Update pagebot.py

This commit is contained in:
majmongoose
2026-08-21 11:49:06 -04:00
parent 0ac3261f97
commit 2ab05d9346
+1 -1
View File
@@ -140,7 +140,7 @@ def launch_and_watch(program_path):
else:
print("TTD has exited normally.")
break
time.sleep(2)
time.sleep(10)
if __name__ == "__main__":
observer = Observer()