mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Change ordering
This commit is contained in:
parent
1655818afc
commit
ef02b5a450
4
main.py
4
main.py
@ -223,12 +223,10 @@ if __name__ == "__main__":
|
|||||||
controller_setup_thread.join()
|
controller_setup_thread.join()
|
||||||
|
|
||||||
Console.info("Crafty has fully started and is now ready for use!")
|
Console.info("Crafty has fully started and is now ready for use!")
|
||||||
|
crafty_prompt.prompt = f"Crafty Controller v{helper.get_version_string()} > "
|
||||||
|
|
||||||
if not args.daemon:
|
if not args.daemon:
|
||||||
# Put the prompt under the cursor
|
# Put the prompt under the cursor
|
||||||
crafty_prompt.prompt = (
|
|
||||||
f"Crafty Controller v{helper.get_version_string()} > "
|
|
||||||
)
|
|
||||||
crafty_prompt.print_prompt()
|
crafty_prompt.print_prompt()
|
||||||
|
|
||||||
Thread(target=setup_starter, name="setup_starter").start()
|
Thread(target=setup_starter, name="setup_starter").start()
|
||||||
|
Loading…
Reference in New Issue
Block a user