mirror of
https://github.com/majmongoose/PageBot.git
synced 2024-12-12 05:55:08 -05:00
Update Pagebot threading
This commit is contained in:
parent
479d6a7145
commit
f79f41f0db
BIN
img/black.jpg
BIN
img/black.jpg
Binary file not shown.
Before Width: | Height: | Size: 667 B |
@ -117,6 +117,7 @@ if __name__ == "__main__":
|
|||||||
observer.start()
|
observer.start()
|
||||||
|
|
||||||
## Launch TTD
|
## Launch TTD
|
||||||
|
if (secrets_file.ttd_path != ""):
|
||||||
watchdog_thread = threading.Thread(target=launch_and_watch, args=(secrets_file.ttd_path,))
|
watchdog_thread = threading.Thread(target=launch_and_watch, args=(secrets_file.ttd_path,))
|
||||||
watchdog_thread.start()
|
watchdog_thread.start()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user