From e2efe3bddaaaa146b7b941e2743b1507716c2f8a Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Tue, 17 Sep 2019 17:19:20 +0400 Subject: [PATCH] update bluemaestro path to prevent clashing --- bluemaestro/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluemaestro/__init__.py b/bluemaestro/__init__.py index 4771bec..b250678 100755 --- a/bluemaestro/__init__.py +++ b/bluemaestro/__init__.py @@ -13,7 +13,7 @@ from kython.klogging import LazyLogger CACHE = Path('/L/data/.cache/bluemaestro.cache') -DIR = Path("/L/zzz_syncthing_backups/bluemaestro/") +DIR = Path("/L/zzz_syncthing_backups/bluemaestro-all/") # TODO how to move them back? DIR2 = Path("/L/zzz_syncthing_phone/phone-syncthing/backups/bluemaestro/")