Added a STDOUT.flush for /report

pull/3/head
Aaron Johnson 6 years ago
parent 2cb7ab9830
commit c3ae39c312

@ -112,6 +112,7 @@ def process_command_report(message, command, adm, simple=false)
send_message(message.chat.id,report) send_message(message.chat.id,report)
#delete_message(confirmation) #delete_message(confirmation)
#delete_confirmation(confirmation) #delete_confirmation(confirmation)
STDOUT.flush
else else
send_message(message.chat.id,"I am not authorized to provide this information here.") send_message(message.chat.id,"I am not authorized to provide this information here.")
end end

Loading…
Cancel
Save