Remove a stupid comma that made "command" act like a tuple

This commit is contained in:
Dan 2018-04-28 09:33:37 +02:00
parent 3b314c92fb
commit dafc574bd5

View File

@ -297,5 +297,5 @@ class Message(Object):
self.via_bot = via_bot # flags.40?User
self.outgoing = outgoing
self.matches = matches
self.command = command,
self.command = command
self.reply_markup = reply_markup