From: Roland Häder Date: Mon, 10 Jul 2023 03:42:05 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f1825ecea7991f52d929e0fa9b795b3e71b6823;p=fba.git Continued: - larger amount of instances have changed (again) Nextcloud's software name to "storage share", so let's alias it back --- 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: