Skip to content

Commit

Permalink
Merge pull request #2 from LuNeder/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
LuNeder authored Feb 20, 2021
2 parents 8df6f86 + 7d2e57d commit a24822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if (args.__contains__("--help")):
mode = "help"
print("--help: Help mode: show this message")
print("--loop: Loop mode: start the file again from beginning after it's over")
print("--loop: Loop mode: restart the file from beginning after it's over")
print("no args: Normal mode: stop once file ends")
else:
#Asks how many seconds between lines and saves answer as t
Expand Down

0 comments on commit a24822b

Please sign in to comment.