mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 19:55:12 +00:00
refactor: MCE Manager
changed queue thread into daemon thread
This commit is contained in:
parent
9126c58e9c
commit
672bc30edb
@ -432,6 +432,6 @@ if __name__ == "__main__":
|
||||
app.title("MCE Manager")
|
||||
linker.sidebar = app
|
||||
config.load_config()
|
||||
thread = threading.Thread(target=app.check_lock)
|
||||
thread.start()
|
||||
daemon_thread = threading.Thread(target=app.check_lock, daemon=True)
|
||||
daemon_thread.start()
|
||||
app.mainloop()
|
||||
Loading…
Reference in New Issue
Block a user