This website works better with JavaScript.
Home
Explore
Help
Sign In
c0de
/
Simple-Bookmarking-Service
mirror of
https://github.com/alopexc0de/Simple-Bookmarking-Service
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
change order of import
master
c0de
1 year ago
parent
5e6c0196c8
commit
f72670db78
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
server.py
+ 1
- 1
server.py
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
(
)
Write
Preview
Loading…
Cancel
Save