From c3ae39c312a67602ac8a2d74b5ad7697ede83613 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Sat, 2 Nov 2019 16:45:07 -0500 Subject: [PATCH] Added a STDOUT.flush for /report --- commands.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.rb b/commands.rb index 5552dd1..45399f9 100644 --- a/commands.rb +++ b/commands.rb @@ -112,6 +112,7 @@ def process_command_report(message, command, adm, simple=false) send_message(message.chat.id,report) #delete_message(confirmation) #delete_confirmation(confirmation) + STDOUT.flush else send_message(message.chat.id,"I am not authorized to provide this information here.") end