mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Merge pull request #14 from curly60e/curly60e-patch-8
Update PyBlock.py
This commit is contained in:
commit
79c7f241f3
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue