Skip to content

Commit

Permalink
Quick typo fix 0.3
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
mov-ebx committed Dec 11, 2022
1 parent 66ddfe8 commit f3ce0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcher/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def download_scripts():

# Command line
scripts = os.listdir(DIR+'/scripts/')
print("Commands:\n - help\n - scripts\n - run [id]\n - exit\n")
print("Commands:\n - help\n - exit\n - clear\n - scripts\n - run [id]\n")
while True:
command = input('> ')
if len(command.rsplit(' ', 1)) > 1:
Expand Down

0 comments on commit f3ce0be

Please sign in to comment.