Skip to navigation
Autorelaod aiohttp webserver when source code get changed
28.11.17
just add this line before run aiohttp_autoreload.start() example: import asyncio import aiohttp_autoreload debug = True # Or false loop = asyncio.get_event_loop() handler = app.make_handler( debug=debug, ) if debug: aiohttp_autoreload.start() f = loop.create_server(handler, '0.0.0.0', 8080)
Reply
Anonymous
Information Epoch 1732679444
Use shell scripts to increase leverage and portability.
Home
Notebook
Contact us