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

Move parameter to the end of list

This commit is contained in:
Nikolay Korolev 2020-08-25 21:45:30 +03:00 committed by GitHub
parent c13f9a7f98
commit 5120650774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,8 @@ class TeleBot:
"""
def __init__(
self, token, parse_mode=None, last_update_id=0, threaded=True, skip_pending=False, num_threads=2,
next_step_backend=None, reply_backend=None, exception_handler=None
self, token, parse_mode=None, threaded=True, skip_pending=False, num_threads=2,
next_step_backend=None, reply_backend=None, exception_handler=None, last_update_id=0
):
"""
:param token: bot API token