summaryrefslogtreecommitdiffstats
path: root/solver.py
diff options
context:
space:
mode:
Diffstat (limited to 'solver.py')
-rw-r--r--solver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/solver.py b/solver.py
index 7935204..423e2b4 100644
--- a/solver.py
+++ b/solver.py
@@ -37,7 +37,6 @@ def get():
solution = solve(query)
return (query, solution)
except Exception as e:
- print(e)
continue
raise Exception("Could not find query after 10 attempts!")