mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-09 20:53:10 +00:00
fix: change return get_folders
This commit is contained in:
parent
9c50f8bba7
commit
a00c4d4268
|
@ -103,7 +103,7 @@ class Roundcube(Service):
|
|||
|
||||
@staticmethod
|
||||
def get_folders() -> List[str]:
|
||||
return ["/var/lib/postgresql"]
|
||||
return []
|
||||
|
||||
def move_to_volume(self, volume: BlockDevice) -> Job:
|
||||
raise NotImplementedError("roundcube service is not movable")
|
||||
|
|
Loading…
Reference in a new issue