Made start.py executable

This commit is contained in:
2019-02-26 23:07:00 +01:00
parent 7dd9ef67ad
commit 4f5119e6fb

3
start.py Normal file → Executable file
View 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')