mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-26 08:32:58 +01:00
fix space trailing
This commit is contained in:
parent
3974690b90
commit
f2671ffff3
1 changed files with 1 additions and 1 deletions
|
@ -675,5 +675,5 @@ class Bot(TelegramObject):
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def __reduce__(self):
|
def __reduce__(self):
|
||||||
return (self.__class__, (self.token,
|
return (self.__class__, (self.token,
|
||||||
self.base_url.replace(self.token, '')))
|
self.base_url.replace(self.token, '')))
|
||||||
|
|
Loading…
Add table
Reference in a new issue