change order of import

This commit is contained in:
David Todd
2020-01-19 18:58:17 -06:00
parent 5e6c0196c8
commit f72670db78

View File

@@ -9,8 +9,8 @@
import os
import _thread
from bottle import Bottle, run, response, route, template
from api import API
from telethon.sync import TelegramClient, events
from api import API
_api = API()