Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
artyshko committed Feb 8, 2019
1 parent 5d61a7f commit 538aa24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
class BotHandler(object):

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

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

0 comments on commit 538aa24

Please sign in to comment.