mirror of
https://github.com/alopexc0de/Simple-Bookmarking-Service.git
synced 2025-08-05 06:38:29 +00:00
change order of import
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
import os
|
import os
|
||||||
import _thread
|
import _thread
|
||||||
from bottle import Bottle, run, response, route, template
|
from bottle import Bottle, run, response, route, template
|
||||||
from api import API
|
|
||||||
from telethon.sync import TelegramClient, events
|
from telethon.sync import TelegramClient, events
|
||||||
|
from api import API
|
||||||
|
|
||||||
_api = API()
|
_api = API()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user