Skip to content

Commit 073bed3

Browse files
jsmnbomtsnoam
authored andcommitted
Fix get_game_high_scores (python-telegram-bot#771)
1 parent 5ceb6f8 commit 073bed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ def get_game_high_scores(self,
19711971
:class:`telegram.TelegramError`
19721972
"""
19731973

1974-
url = '{0}/setGameScore'.format(self.base_url)
1974+
url = '{0}/getGameHighScores'.format(self.base_url)
19751975

19761976
data = {'user_id': user_id}
19771977

0 commit comments

Comments
 (0)