Icon selector

This commit is contained in:
jokob-sk
2024-12-04 21:03:35 +11:00
parent 989d5dde8a
commit e92d1bb0ad
8 changed files with 272 additions and 125 deletions

View File

@@ -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

View File

@@ -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)