make scanning easier to type
This commit is contained in:
@@ -79,7 +79,7 @@ def scan_system():
|
||||
|
||||
def mainMenu():
|
||||
print("c) Check Drone")
|
||||
print("ss} Scan System")
|
||||
print("s} Scan System")
|
||||
|
||||
while True:
|
||||
mainMenu()
|
||||
@@ -87,7 +87,7 @@ while True:
|
||||
|
||||
if repl == "c":
|
||||
drone.check_drone()
|
||||
elif repl == "ss":
|
||||
elif repl == "s":
|
||||
scan_system()
|
||||
elif repl == "q":
|
||||
quit()
|
||||
|
Reference in New Issue
Block a user