Made start.py executable
This commit is contained in:
3
start.py
Normal file → Executable file
3
start.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
import xmpp_tg
|
import xmpp_tg
|
||||||
import logging
|
import logging
|
||||||
import logging.handlers
|
import logging.handlers
|
||||||
@@ -8,6 +9,8 @@ from config import CONFIG
|
|||||||
import telethon
|
import telethon
|
||||||
import sleekxmpp
|
import sleekxmpp
|
||||||
|
|
||||||
|
# modified by adnidor
|
||||||
|
|
||||||
xmpp_logger = logging.getLogger('sleekxmpp')
|
xmpp_logger = logging.getLogger('sleekxmpp')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user