From 34534d0d35c8395752b206904a6bad03f6d427f5 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Tue, 3 Dec 2019 05:38:44 +0100 Subject: [PATCH] TODO note about making resistry in the future --- restic_volume_backup/containers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/restic_volume_backup/containers.py b/restic_volume_backup/containers.py index b80d02f..e8560e1 100644 --- a/restic_volume_backup/containers.py +++ b/restic_volume_backup/containers.py @@ -33,6 +33,7 @@ class Container: @property def instance(self) -> 'Container': """Container: Get a service specific subclass instance""" + # TODO: Do this smarter in the future (simple registry) if self.database_backup_enabled: from restic_volume_backup import containers_db if self.mariadb_backup_enabled: