mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
ok
This commit is contained in:
parent
48bf3199b8
commit
734f835dbc
|
@ -138,7 +138,6 @@ def global_exception_handler(loop, context):
|
|||
|
||||
async def main_loop():
|
||||
loop = asyncio.get_event_loop()
|
||||
loop.run_forever()
|
||||
try:
|
||||
signals = (signal.SIGHUP, signal.SIGTERM, signal.SIGINT)
|
||||
for s in signals:
|
||||
|
|
Loading…
Reference in a new issue