]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 27 Jul 2023 06:59:04 +0000 (08:59 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 27 Jul 2023 06:59:04 +0000 (08:59 +0200)
- again a lot of creativity was found, so let's clean this up to 'nextcloud'
  for later support (if they later add it)

fba/helpers/software.py

index c108103664519762dd57011a08cbfc8d57ccb63f..fafa81d483d251d640bf3b08617b8a4c0a45692a 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"]:
+    elif software in ["nextcloud social", "nextcloudpi", "storage share"] or "nextcloud" in software:
         logger.debug("Setting nextcloud: software='%s'", software)
         software = "nextcloud"
     elif software == "activity-relay":