From b35fed42a272e43beee270950c4f65886f0480c4 Mon Sep 17 00:00:00 2001 From: Beq Date: Fri, 5 May 2023 00:15:47 +0100 Subject: [PATCH] remove pesky extra slash --- fsutils/download_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsutils/download_list.py b/fsutils/download_list.py index 489ecb7202..b1fe789860 100644 --- a/fsutils/download_list.py +++ b/fsutils/download_list.py @@ -210,7 +210,7 @@ for build_type in build_types_created: platforms_printable = {"windows":"MS Windows", "mac":"MacOS", "linux":"Linux"} grids_printable = {"SL":"Second Life", "OS":"OpenSim"} - download_root = f"https://downloads.firestormviewer.org/{build_types[build_type]}/" + download_root = f"https://downloads.firestormviewer.org/{build_types[build_type]}" output += f''' DOWNLOADS - {build_type} -------------------------------------------------------------------------------------------------------