diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-03-07 09:58:22 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-03-07 09:58:22 +0100 |
commit | 4c29a8c495895b048cc53b4ec67b0ec70cdd4b37 (patch) | |
tree | 8f9a16db9641b15c9177a6830a4c79cceaee1623 /prolog/problems/world_data/capital_2 | |
parent | 72a899429bd5c219c718665c037a5e46ad143ed2 (diff) |
Oops, IDs are ints and not strs
Diffstat (limited to 'prolog/problems/world_data/capital_2')
-rw-r--r-- | prolog/problems/world_data/capital_2/common.py | 2 |
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' |