1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

2 lines after def test_logging()

This commit is contained in:
Athanasius 2020-07-28 11:20:30 +01:00
parent 45ef87bcb4
commit 4ecb4f573a

View File

@ -1017,6 +1017,7 @@ def enforce_single_instance() -> None:
def test_logging():
logger.debug('Test from EDMarketConnector.py top-level test_logging()')
# Run the app
if __name__ == "__main__":