mirror of https://git.48k.eu/ogclient
Put state to IDLE after run/schedule
parent
b53f8d0f8f
commit
4e1ad0f949
|
@ -357,6 +357,7 @@ class ogRest():
|
|||
def process_schedule(self, client):
|
||||
response = restResponse(ogResponses.OK)
|
||||
client.send(response.get())
|
||||
self.state = ThreadState.IDLE
|
||||
|
||||
def process_setup(self, client, request):
|
||||
threading.Thread(target=ogThread.setup, args=(client, request, self,)).start()
|
||||
|
|
Loading…
Reference in New Issue