From 2c64e76c26882f50adbed527d81053adb0d05489 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Tue, 26 May 2020 20:48:23 -0300 Subject: [PATCH] Update PyBlock.py --- PyBlock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyBlock.py b/PyBlock.py index bda14ed..ca06984 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -497,7 +497,7 @@ def menuD(menuN): # Satnode access Menu prt() close() apisenderFile() - t.sleep(50) + t.sleep(30) menu() except (KeyboardInterrupt, SystemExit): menu() @@ -508,7 +508,7 @@ def menuD(menuN): # Satnode access Menu prt() close() apisender() - t.sleep(50) + t.sleep(30) menu() except (KeyboardInterrupt, SystemExit): menu()