fix: change roundcube to webmail

This commit is contained in:
dettlaff 2024-06-13 19:48:58 +04:00 committed by Inex Code
parent a00c4d4268
commit 31feeb211d

View file

@ -50,7 +50,7 @@ class Roundcube(Service):
if "roundcube" in data["modules"]:
return data["modules"]["roundcube"]["subdomain"]
return "roundcube"
return "webmail"
@staticmethod
def is_movable() -> bool: