We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b0909 commit 9785c5eCopy full SHA for 9785c5e
tests/run_only.py
@@ -13,7 +13,7 @@
13
match_manager.start_match(MATCH_CONFIG_PATH, False)
14
15
# wait
16
- input("\nPress any enter to end the match: ")
+ input("\nPress enter to end the match: ")
17
18
# end the match and disconnect
19
match_manager.stop_match()
0 commit comments