Skip to content

Commit

Permalink
revert cmdline default
Browse files Browse the repository at this point in the history
  • Loading branch information
janvarev committed Jun 10, 2023
1 parent c8496a1 commit 419bd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runva_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# почему бы сразу не отладить какую-то команду?
time.sleep(0.5) # небольшой таймаут
cmd = "мультик простоквашино"
cmd = "привет"
try:
cmd_core.execute_next(cmd,cmd_core.context)
except:
Expand All @@ -21,7 +21,7 @@
traceback.print_exc()


#exit(0) # если нужно - закомментируйте и можно будет работать с командной строкой
exit(0) # если нужно - закомментируйте и можно будет работать с командной строкой

print("Enter command (user text like 'привет') or 'exit'")
while True:
Expand Down

0 comments on commit 419bd49

Please sign in to comment.