Update wl/bl -> only/not
This commit is contained in:
parent
3afc8ea602
commit
0906fe9b06
|
@ -39,8 +39,8 @@ def datetimeformat(value, formatstr="%Y-%m-%d %H:%M:%S"):
|
||||||
def root():
|
def root():
|
||||||
dungeon = dungeonlib.Dungeon("dungeon")
|
dungeon = dungeonlib.Dungeon("dungeon")
|
||||||
filter_lambda = list_filter(
|
filter_lambda = list_filter(
|
||||||
whitelist=request.args.get('wl'),
|
whitelist=request.args.get('only'),
|
||||||
blacklist=request.args.get('bl'))
|
blacklist=request.args.get('not'))
|
||||||
active_items = []
|
active_items = []
|
||||||
for cell_name in dungeon:
|
for cell_name in dungeon:
|
||||||
cell = dungeon[cell_name]
|
cell = dungeon[cell_name]
|
||||||
|
|
Loading…
Reference in New Issue