1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

protocol.py: Log *end* of protocolhandler.close()

This commit is contained in:
Athanasius 2020-10-13 13:12:44 +01:00
parent d5b2f32d18
commit c5a57e8a43

View File

@ -254,6 +254,8 @@ else: # Linux / Run from source
else:
logger.debug('No thread')
logger.debug('Done')
def worker(self):
self.httpd.serve_forever()