diff options
-rw-r--r-- | solve.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solve.py b/solve.py index ed81c28..60ae42c 100644 --- a/solve.py +++ b/solve.py @@ -664,7 +664,8 @@ while True: pickle.dump(cache, handle, protocol=pickle.HIGHEST_PROTOCOL) for k in cache: - print(k, cache[k]) + #print(k, cache[k]) + print(k) break |