Skip to content

Commit

Permalink
changed api key
Browse files Browse the repository at this point in the history
  • Loading branch information
artyshko committed Feb 24, 2019
1 parent 97a9381 commit e33e27b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class BotHandler(object):

def __init__(self):
self.token = '752979930:AAFhdyGx0CSOJ-m17wLGN0NhrxvpwCqCPoQ'
self.token = '738408029:AAGdU7xFXn--qtRktVnk9J8zqz3mFmTYd_0' #unstable
self.api_url = "https://api.telegram.org/bot{}/".format(self.token)

def getUpdates(self, offset=None, timeout=30):
Expand Down

0 comments on commit e33e27b

Please sign in to comment.