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'))