Return the boss spawn dict sorted alphabetically
This commit is contained in:
parent
67a9815b86
commit
4fbf2e42cf
@ -81,7 +81,7 @@ def get_tarkov_boss_info():
|
||||
if boss["boss"]["name"] not in dont_care
|
||||
}
|
||||
|
||||
return levels
|
||||
return dict(sorted(levels.items()))
|
||||
|
||||
|
||||
def compare_boss_spawns(known_spawns: dict, spawns_from_api: dict) -> dict:
|
||||
|
Loading…
x
Reference in New Issue
Block a user