Use YAML references to tie hints to locations.
This change makes locbit.py obsolete; it's deleted.
This commit is contained in:
parent
3215930f64
commit
94d1aa5183
3 changed files with 182 additions and 241 deletions
|
@ -240,7 +240,8 @@ def get_hints(hnt, arb):
|
|||
"""
|
||||
hnt_str = ""
|
||||
md = dict(arb)
|
||||
for item in hnt:
|
||||
for member in hnt:
|
||||
item = member["hint"]
|
||||
number = item["number"]
|
||||
penalty = item["penalty"]
|
||||
turns = item["turns"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue