]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 20 Nov 2023 07:56:20 +0000 (08:56 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 20 Nov 2023 07:56:20 +0000 (08:56 +0100)
- added alias 'write.as' for 'writefreely'

fba/helpers/software.py

index badb887204201ae72d27d4945a379171efbb795e..be0bbb292d1a2ecd3d6fa62b54bcdb1c433ad3ce 100644 (file)
@@ -89,6 +89,9 @@ def alias(software: str) -> str:
     elif software == "mbin":
         logger.debug("Setting kbin: software='%s'", software)
         software = "kbin"
+    elif software == "write.as":
+        logger.debug("Setting writefreely: software='%s'", software)
+        software = "writefreely"
     elif "gnu social" in software:
         logger.debug("Setting gnusocial: software='%s'", software)
         software = "gnusocial"