From de9760c4d2697240933ed78625e2a6f8af709a65 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Wed, 19 Jun 2019 09:31:48 +0100 Subject: [PATCH] Update EDSY URL --- plugins/edsy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/edsy.py b/plugins/edsy.py index 5251ffa4..e3b20f8b 100644 --- a/plugins/edsy.py +++ b/plugins/edsy.py @@ -19,4 +19,4 @@ def shipyard_url(loadout, is_beta): with gzip.GzipFile(fileobj=out, mode='w') as f: f.write(string) - return (is_beta and 'http://www.edshipyard.com/beta/#/I=' or 'http://www.edshipyard.com/#/I=') + base64.urlsafe_b64encode(out.getvalue()).replace('=', '%3D') + return (is_beta and 'http://edsy.org/beta/#/I=' or 'http://edsy.org/#/I=') + base64.urlsafe_b64encode(out.getvalue()).replace('=', '%3D')