From 599690760476bf7c9c2be226c40cc70c813aa60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 16 May 2015 14:32:32 +0200 Subject: Implement evaluate --- scripts/solution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/solution.py') diff --git a/scripts/solution.py b/scripts/solution.py index 2eed129..930297b 100644 --- a/scripts/solution.py +++ b/scripts/solution.py @@ -114,7 +114,7 @@ def apply(): if not w[0]: break if not w[0] in solved: - solution = utils.config_strtoint(w[1]) + solution = utils.config_strtoint(w[1], True) hash = w[0] break if not solution: -- cgit v1.2.3