mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Define the prompt after the init is complete
This commit is contained in:
parent
0dc513297c
commit
1655818afc
@ -27,7 +27,7 @@ class MainPrompt(cmd.Cmd):
|
||||
self.import3: Import3 = import3
|
||||
|
||||
# overrides the default Prompt
|
||||
self.prompt = f"Crafty Controller v{self.helper.get_version_string()} > "
|
||||
self.prompt = ""
|
||||
|
||||
def emptyline(self):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user