diff --git a/start.py b/start.py old mode 100644 new mode 100755 index 5986875..fe4d6de --- a/start.py +++ b/start.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 import xmpp_tg import logging import logging.handlers @@ -8,6 +9,8 @@ from config import CONFIG import telethon import sleekxmpp +# modified by adnidor + xmpp_logger = logging.getLogger('sleekxmpp')