]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 10 Jul 2023 03:42:05 +0000 (05:42 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 10 Jul 2023 03:42:05 +0000 (05:42 +0200)
- larger amount of instances have changed (again) Nextcloud's software name to
  "storage share", so let's alias it back

fba/helpers/software.py

index 50651a1a7290cabcd85c2551985302e180197f2a..88d8658a6ab7feadd40d21a7088202a945a989ac 100644 (file)
@@ -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: