Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielRF committed Oct 7, 2019
1 parent ec92134 commit becc940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rastreiobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def cmd_pacotes(message):
else:
message = '<b>Clique para ver o histórico:</b>\n' + message
msg_split = message.split('\n')
print(len(msg_split))
for elem in range(0, len(msg_split)-1, 10):
s = '\n'
bot.send_message(chatid,
Expand Down

0 comments on commit becc940

Please sign in to comment.