--- a/runtime/WampClient.py Sat Dec 09 01:01:48 2023 +0100
+++ b/runtime/WampClient.py Sat Dec 09 01:03:43 2023 +0100
@@ -443,7 +443,7 @@
def getDownloadUrl(ctx, argument):
if lastKnownConfig is not None:
- return url.URL.fromConstr(ctx).\
+ return url.URL.fromContext(ctx).\ child(lastKnownConfig["ID"] + ".secret")