Took out the spaces.

This commit is contained in:
Rhinemann 2023-04-30 00:14:08 +03:00
parent 68244a2e7c
commit 520baa7dc1
1 changed files with 1 additions and 1 deletions

View File

@ -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))