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