From: Roland Häder Date: Sat, 12 Aug 2023 21:31:09 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5e9f5dbd65b7f6b18a73dacca2f0b9b154b9094;p=fba.git Continued: - 'nube' is Spain and means cloud in English, this is another (valid) alias for 'nextcloud' --- diff --git a/fba/helpers/software.py b/fba/helpers/software.py index cdb3bbe..867ee2a 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -46,7 +46,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", "storage share"] or "nextcloud" in software: + elif software in ["nextcloud social", "nextcloudpi", "storage share", "nube"] or "nextcloud" in software: logger.debug("Setting nextcloud: software='%s'", software) software = "nextcloud" elif software == "activity-relay":