add update.py that can update the repo and config.py based on new variables in config.py.example

This commit is contained in:
Hristo
2024-01-28 04:21:47 +02:00
parent 58a97d9ff2
commit 75be4d6aa3

View File

@@ -476,5 +476,5 @@ if __name__ == '__main__':
# if not running as a service, break the loop after one iteration
if not args.service:
break
# if running as a service, sleep for 2 minutes before the next iteration
# if running as a service, sleep before the next iteration
time.sleep(config.service_sleep_time)