summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-03-07 09:58:22 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-03-07 09:58:22 +0100
commit4c29a8c495895b048cc53b4ec67b0ec70cdd4b37 (patch)
tree8f9a16db9641b15c9177a6830a4c79cceaee1623
parent72a899429bd5c219c718665c037a5e46ad143ed2 (diff)
Oops, IDs are ints and not strs
-rw-r--r--prolog/problems/world_data/capital_2/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/problems/world_data/capital_2/common.py b/prolog/problems/world_data/capital_2/common.py
index 76fb985..dc70a39 100644
--- a/prolog/problems/world_data/capital_2/common.py
+++ b/prolog/problems/world_data/capital_2/common.py
@@ -5,7 +5,7 @@ import prolog.util
from server.hints import Hint
import server.problems
-id = '10001'
+id = 10001
number = 10
visible = True
facts = 'mondial'