projects
/
fba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a03048
)
Continued:
author
Roland Häder
<roland@mxchange.org>
Thu, 24 Aug 2023 20:35:33 +0000
(22:35 +0200)
committer
Roland Häder
<roland@mxchange.org>
Thu, 24 Aug 2023 20:35:33 +0000
(22:35 +0200)
- added alias 'revolver' as this is another one for pleroma
fba/helpers/software.py
patch
|
blob
|
history
diff --git
a/fba/helpers/software.py
b/fba/helpers/software.py
index 4d83b430a8babaf321fcd7a918d07a8a99818cb1..22f3dc90b5da2b72e24ed811532838ee21a86838 100644
(file)
--- a/
fba/helpers/software.py
+++ b/
fba/helpers/software.py
@@
-31,7
+31,7
@@
def alias(software: str) -> str:
software = tidyup.domain(software)
logger.debug("software='%s'- AFTER!", software)
- if software in ["akkoma", "rebased", "akkounfucked", "ched", "incestoma"]:
+ if software in ["akkoma", "rebased", "akkounfucked", "ched", "incestoma"
, "revolver"
]:
logger.debug("Setting pleroma: software='%s'", software)
software = "pleroma"
elif "radiant" in software: