From 60618cf91ceb8e3e01f6f99cf2c8de1f0fd2aab6 Mon Sep 17 00:00:00 2001 From: Allen Date: Sun, 3 May 2020 09:10:07 -0400 Subject: [PATCH] i see the light 2.0 --- server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server.py b/server.py index c237192..711231e 100644 --- a/server.py +++ b/server.py @@ -21,6 +21,7 @@ import schema as sch import twitter import threading +from activetwitter import checkDMs app = Flask(__name__, static_folder='build') messenger_instances = dict()