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 1740343069
Favor apps that have universal interfaces.
Home
Notebook
Contact us