]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 12 Aug 2023 21:31:09 +0000 (23:31 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 12 Aug 2023 21:31:09 +0000 (23:31 +0200)
- 'nube' is Spain and means cloud in English, this is another (valid) alias for 'nextcloud'

fba/helpers/software.py

index cdb3bbe81b5e7f1cabf049d80366c2b3ae004a12..867ee2a1bd80474b2375c9b41573a4fda027cfaf 100644 (file)
@@ -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":