mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Bug fixes for rc2-v0.2.0
This commit is contained in:
parent
29f2b2f507
commit
12030d56bb
1 changed files with 12 additions and 2 deletions
14
PyBlock.py
14
PyBlock.py
|
|
@ -495,8 +495,18 @@ def menuB(menuR): # Advanced access Menu
|
|||
advanceMenu()
|
||||
raise
|
||||
elif menuR == "R" or menuR == "r":
|
||||
menu()
|
||||
|
||||
try:
|
||||
menu()
|
||||
except (KeyboardInterrupt, SystemExit):
|
||||
os._exit(0)
|
||||
apisnd.close()
|
||||
donation.close()
|
||||
clone.close()
|
||||
logos.close()
|
||||
feed.close()
|
||||
sysinf.close()
|
||||
exit()
|
||||
|
||||
def menuC(menuO): # Donation access Menu
|
||||
if menuO == "A" or menuO == "a":
|
||||
dntDev()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue