]> git.mxchange.org Git - fba.git/blobdiff - fba/helpers/software.py
Continued:
[fba.git] / fba / helpers / software.py
index f4e53ca868820325de39beb95cecb5469f10b766..89a38948c0e48fc1d3375edf9be24b71aef6ed19 100644 (file)
@@ -40,7 +40,7 @@ def alias(software: str) -> str:
     elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin"]:
         logger.debug("Setting misskey: software='%s'", software)
         software = "misskey"
-    elif software == "runtube.re":
+    elif software in ["runtube.re", "islameye"]:
         logger.debug("Setting peertube: software='%s'", software)
         software = "peertube"
     elif software == "nextcloud social":