(self, message)
| 79 | |
| 80 | # stop the reminder thread |
| 81 | def __stop(self, message): |
| 82 | global THREAD_FLAG |
| 83 | THREAD_FLAG = False |
| 84 | time.sleep(0.25) |
| 85 | os.system('cls') |
| 86 | print message |
| 87 | |
| 88 | # get the signature of the file specified by path |
| 89 | def __signature(self, path): |