diff options
Diffstat (limited to 'src/ogRest.py')
-rw-r--r-- | src/ogRest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ogRest.py b/src/ogRest.py index 1bc82a1..7e6d276 100644 --- a/src/ogRest.py +++ b/src/ogRest.py @@ -120,7 +120,7 @@ class ogThread(): response = restResponse(ogResponses.OK) client.send(response.get()) - ogRest.state = ThreadState.IDLE + client.disconnect() def software(client, request, path, ogRest): try: |