stronger compression and compatibility on multidata

This commit is contained in:
Fabian Dill
2020-05-08 23:09:56 +02:00
parent 8d65300ecd
commit aa3eb6a3f8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ def main(args, seed=None):
for location in world.get_filled_locations() if
type(location.address) is int],
"server_options": get_options()["server_options"]
}).encode("utf-8"))
}).encode("utf-8"), 9)
if args.jsonout:
jsonout["multidata"] = list(multidata)
else: