mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Icon selector
This commit is contained in:
@@ -186,11 +186,11 @@ def main ():
|
||||
|
||||
# Footer
|
||||
|
||||
mylog('verbose', ['[MAIN] Process: Wait'])
|
||||
mylog('verbose', ['[MAIN] Process: Idle'])
|
||||
else:
|
||||
# do something
|
||||
# mylog('verbose', ['[MAIN] Waiting to start next loop'])
|
||||
updateState("Process: Wait")
|
||||
updateState("Process: Idle")
|
||||
|
||||
|
||||
#loop
|
||||
|
||||
@@ -64,4 +64,4 @@ def start_server(graphql_port, app_state):
|
||||
thread.start()
|
||||
|
||||
# Update the state to indicate the server has started
|
||||
app_state = updateState("Process: Wait", None, None, None, 1)
|
||||
app_state = updateState("Process: Idle", None, None, None, 1)
|
||||
Reference in New Issue
Block a user