From c3d98034f754355f5f870933ab1a590e336a4f72 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 13 Nov 2018 12:49:23 +1000 Subject: [PATCH] Added proper imports to run.py --- run.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run.py b/run.py index 1b0ada8..4b12169 100644 --- a/run.py +++ b/run.py @@ -4,7 +4,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -import requests, sqlite3, json +import json, time from mastodon import Mastodon +import requests +import mysql.connector cfg = json.load(open('meta.json'))