Merge pull request #14 from curly60e/curly60e-patch-8

Update PyBlock.py
This commit is contained in:
curly60e 2020-05-26 20:48:55 -03:00 committed by GitHub
commit 79c7f241f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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