Re-work drop (consoleUI.py)
This commit is contained in:
parent
f3329b0354
commit
75f0c838eb
@ -36,7 +36,7 @@ class ConsoleUI(threading.Thread):
|
||||
except EOFError:
|
||||
pass
|
||||
|
||||
def promptFor(self, prompt=">", message=""):
|
||||
def waitForUserAction(self, prompt=">", message=""):
|
||||
if message <> "":
|
||||
print(message)
|
||||
self.promptMode.clear()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user