From: Roland Häder Date: Mon, 20 Nov 2023 07:56:20 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ce34f60c519ff20cc76b2030a91a0cefde3062b;p=fba.git Continued: - added alias 'write.as' for 'writefreely' --- diff --git a/fba/helpers/software.py b/fba/helpers/software.py index badb887..be0bbb2 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -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"