revert "mark utf-8 output as such" for Bonta compatibility and sahahashashasbot compatiblity

This commit is contained in:
Fabian Dill
2020-01-22 18:20:35 +01:00
parent 7dba01b4f7
commit a8f4bd946b
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ def main(args, seed=None):
(location.item.code, location.item.player))
for location in world.get_filled_locations() if
type(location.address) is int]
}).encode("utf-8-sig"))
}).encode("utf-8"))
if args.jsonout:
jsonout["multidata"] = list(multidata)
else: