Added proper imports to run.py
This commit is contained in:
parent
038f8bc32a
commit
c3d98034f7
1 changed files with 3 additions and 1 deletions
4
run.py
4
run.py
|
@ -4,7 +4,9 @@
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
import requests, sqlite3, json
|
import json, time
|
||||||
from mastodon import Mastodon
|
from mastodon import Mastodon
|
||||||
|
import requests
|
||||||
|
import mysql.connector
|
||||||
|
|
||||||
cfg = json.load(open('meta.json'))
|
cfg = json.load(open('meta.json'))
|
||||||
|
|
Loading…
Reference in a new issue