1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #938 from Badiboy/master

CopyPaste bugfix
This commit is contained in:
Badiboy 2020-08-04 18:29:31 +03:00 committed by GitHub
commit 31e40d155b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -917,7 +917,7 @@ class KeyboardButtonPollType(Dictionaryable):
class InlineKeyboardMarkup(Dictionaryable, JsonSerializable):
max_row_keys = 12
max_row_keys = 8
def __init__(self, row_width=3):
"""