update
This commit is contained in:
@@ -18,4 +18,5 @@ discord-webhook
|
|||||||
pyyaml
|
pyyaml
|
||||||
telepot-mod
|
telepot-mod
|
||||||
Flask-Dropzone
|
Flask-Dropzone
|
||||||
|
pycryptodome
|
||||||
|
psutil
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
psutil
|
|
||||||
gevent
|
gevent
|
||||||
gevent-websocket
|
gevent-websocket
|
||||||
celery
|
celery
|
||||||
redis
|
redis
|
||||||
pycryptodome
|
|
||||||
|
|||||||
@@ -485,7 +485,8 @@ class Framework:
|
|||||||
SupportSubprocess.all_process_close()
|
SupportSubprocess.all_process_close()
|
||||||
from .init_plugin import PluginManager
|
from .init_plugin import PluginManager
|
||||||
PluginManager.plugin_unload()
|
PluginManager.plugin_unload()
|
||||||
self.socketio.stop()
|
with self.app.app_context():
|
||||||
|
self.socketio.stop()
|
||||||
except Exception as exception:
|
except Exception as exception:
|
||||||
self.logger.error('Exception:%s', exception)
|
self.logger.error('Exception:%s', exception)
|
||||||
self.logger.error(traceback.format_exc())
|
self.logger.error(traceback.format_exc())
|
||||||
|
|||||||
Reference in New Issue
Block a user