Ojda
This commit is contained in:
parent
8419f814ce
commit
ffc9a647cc
|
@ -182,11 +182,6 @@ class Menu():
|
|||
os.system('clear')
|
||||
self.show_context()
|
||||
|
||||
# Reloader dibbler fullstending
|
||||
elif result == 'crash':
|
||||
print "Reloading ..."
|
||||
os.execl(sys.argv[0])
|
||||
|
||||
else:
|
||||
if result.isdigit():
|
||||
choice = int(result)
|
||||
|
|
Loading…
Reference in New Issue