Added proper imports to run.py

This commit is contained in:
Lynne Megido 2018-11-13 12:49:23 +10:00
rodič 038f8bc32a
revize c3d98034f7
Podepsáno: lynnesbian
ID GPG klíče: FB7B970303ACE499

4
run.py
Zobrazit soubor

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