From 3f1825ecea7991f52d929e0fa9b795b3e71b6823 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 10 Jul 2023 05:42:05 +0200 Subject: [PATCH] Continued: - larger amount of instances have changed (again) Nextcloud's software name to "storage share", so let's alias it back --- fba/helpers/software.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fba/helpers/software.py b/fba/helpers/software.py index 50651a1..88d8658 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -43,7 +43,7 @@ def alias(software: str) -> str: elif software in ["runtube.re", "islameye"]: logger.debug("Setting peertube: software='%s'", software) software = "peertube" - elif software in ["nextcloud social", "nextcloudpi"]: + elif software in ["nextcloud social", "nextcloudpi", "storage share"]: logger.debug("Setting nextcloud: software='%s'", software) software = "nextcloud" elif software.find("/") > 0: -- 2.39.5