mirror of
https://github.com/c0de-archive/telegram-pusher.git
synced 2024-12-21 08:32:40 +00:00
Add a way to kill the process
This commit is contained in:
parent
0e13e7c1c5
commit
fdf0c57b92
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
|
||||
|
||||
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||
level=logging.DEBUG)
|
||||
level=logging.INFO)
|
||||
|
||||
ids = dict({})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user