Added proper imports to run.py

このコミットが含まれているのは:
Lynne Megido 2018-11-13 12:49:23 +10:00
コミット c3d98034f7
署名者: lynnesbian
GPGキーID: FB7B970303ACE499

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