mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Set starting to false before sending refresh
This commit is contained in:
parent
4152e2be69
commit
547872eda6
2
main.py
2
main.py
@ -287,9 +287,9 @@ if __name__ == "__main__":
|
|||||||
tasks_starter_thread.join()
|
tasks_starter_thread.join()
|
||||||
internet_check_thread.join()
|
internet_check_thread.join()
|
||||||
controller_setup_thread.join()
|
controller_setup_thread.join()
|
||||||
|
helper.crafty_starting = False
|
||||||
ws.broadcast("send_start_reload", "")
|
ws.broadcast("send_start_reload", "")
|
||||||
Console.info("Crafty has fully started and is now ready for use!")
|
Console.info("Crafty has fully started and is now ready for use!")
|
||||||
helper.crafty_starting = False
|
|
||||||
|
|
||||||
# Check if new version available
|
# Check if new version available
|
||||||
remote_ver = helper.check_remote_version()
|
remote_ver = helper.check_remote_version()
|
||||||
|
Loading…
Reference in New Issue
Block a user