Skip to content

Commit

Permalink
refs #15: Fix resseting the flag to check server status.
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jul 16, 2015
1 parent db412f3 commit fe3e3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pspgen-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def handle_request(loop, reader, writer):
yield from pspgen_proxy.terminate()
else:
print('Unknown command: {0}'.format(args[0]), file=sys.stderr)
server_running = False

if __name__ == '__main__':
loop = asyncio.get_event_loop()
Expand Down

0 comments on commit fe3e3f5

Please sign in to comment.