~aleteoryx/employ

03f38b65ed032d4e174bc375135af1b9ee282887 — Aleteoryx 9 days ago ed0f93f
no debug
1 files changed, 1 insertions(+), 1 deletions(-)

M employer.py
M employer.py => employer.py +1 -1
@@ 329,5 329,5 @@ async def main():


if __name__ == '__main__':
	logging.basicConfig(stream=stderr, level=logging.DEBUG, format='[%(asctime)s %(levelname)s %(name)s] %(msg)s')
	logging.basicConfig(stream=stderr, level=logging.INFO, format='[%(asctime)s %(levelname)s %(name)s] %(msg)s')
	asyncio.run(main())