From b006a4f329962555cfa10fe3bef7cfd3a29480c0 Mon Sep 17 00:00:00 2001 From: Scott Wichser Date: Wed, 23 Jan 2019 22:57:21 +0000 Subject: Import the reload module in plugin.py so it doesn't error our when the bot shuts down. --- plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.py b/plugin.py index 1e367a4..e5010c9 100644 --- a/plugin.py +++ b/plugin.py @@ -50,6 +50,8 @@ from .local import globals from .local.handler import GithubHandler as RequestHandler from .local import utility as Utility +from imp import reload + globals.init() -- cgit v1.2.3