Skip to content

Commit

Permalink
fix space trailing
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrotoledo committed Aug 12, 2015
1 parent 3974690 commit f2671ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,5 +675,5 @@ def to_dict(self):
return data

def __reduce__(self):
return (self.__class__, (self.token,
return (self.__class__, (self.token,
self.base_url.replace(self.token, '')))

0 comments on commit f2671ff

Please sign in to comment.