From a77424d66ac3d7e22449b4227fc9a19c4fb9a99c Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 11 Jun 2020 22:19:46 +0200 Subject: [PATCH] missed a rename --- MultiMystery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiMystery.py b/MultiMystery.py index 72f5bf5a..7af6625e 100644 --- a/MultiMystery.py +++ b/MultiMystery.py @@ -156,7 +156,7 @@ if __name__ == "__main__": print(f"Removed {file} which is now present in the zipfile") - zipname = os.path.join(output_path, f"ER_{seedname}.{typical_zip_ending}") + zipname = os.path.join(output_path, f"BM_{seedname}.{typical_zip_ending}") print(f"Creating zipfile {zipname}") ipv4 = (host if host else get_public_ipv4()) + ":" + str(port)