mirror of
https://github.com/c0de-archive/telegram-pusher.git
synced 2025-08-06 07:08:27 +00:00
Add a way to kill the process
This commit is contained in:
2
pushtest.py
Normal file → Executable file
2
pushtest.py
Normal file → Executable file
@@ -16,7 +16,7 @@ updater = Updater(token=os.environ['telegram_token'])
|
|||||||
dispatcher = updater.dispatcher
|
dispatcher = updater.dispatcher
|
||||||
|
|
||||||
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||||
level=logging.DEBUG)
|
level=logging.INFO)
|
||||||
|
|
||||||
ids = dict({})
|
ids = dict({})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user