Go to file
Phillip Tarrant 6b686c5b47 patches for issue #4:
biggest issue causing the cascade was building crash detection in check_running method
that method is called everywhere, so when called (sometimes 5 times at the same time) it tries to restart the server over and over
i created a new detect_crash method that will now look for crashes and removed all crash detection from check_running method
also added the remove_watcher_thread method to remove the old scheduled task watching the older server.
2020-12-11 09:52:36 -05:00
app patches for issue #4: 2020-12-11 09:52:36 -05:00
.gitignore update gitignore patterns 2020-08-30 16:42:14 +08:00
config.json Added server_ip to DB, also removed 2020-09-22 12:11:16 -04:00
default.json.example complete rewrite of stats pulling, fixed default.json, changed the config file and handling 2020-08-27 18:30:56 -04:00
main.py fixed bug where tables/default settings were firing each restart 2020-09-22 15:00:05 -04:00
requirements.txt testing notifications 2020-09-18 12:06:02 -04:00