From 9384c504dd79bbdcac682b417847d1225b8b953a Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Sat, 15 Feb 2020 02:08:49 -0800 Subject: [PATCH] Ints like being numbers --- CLI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI.py b/CLI.py index 3a33d193..3a8923ee 100644 --- a/CLI.py +++ b/CLI.py @@ -324,7 +324,7 @@ def get_settings(): "multi": 1, "names": "", "seed": None, - "count": None, + "count": 1, "mode": "open", "logic": "noglitches", "goal": "ganon",