Took out the spaces.
This commit is contained in:
parent
68244a2e7c
commit
520baa7dc1
|
@ -222,4 +222,4 @@ while True:
|
|||
if len(new_msg) == 0:
|
||||
break
|
||||
|
||||
message_queue.append( Message(9, round(time.time()), Chat(575246355, 'supergroup'), text = new_msg) )
|
||||
message_queue.append(Message(9, round(time.time()), Chat(575246355, 'supergroup'), text = new_msg))
|
||||
|
|
Loading…
Reference in New Issue