From f13184a6762f083cbab6466f3cb6bff82dc4bf36 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 24 Feb 2024 22:32:09 +0100 Subject: [PATCH] sync --- sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.py b/sync.py index 6b5a3a8..2b1a1dc 100755 --- a/sync.py +++ b/sync.py @@ -70,7 +70,7 @@ def main(): print() print(pubnix) # print(f'{pubnix.dn.rjust(dns_length)} → ', end=str(), flush=True) - sync(root, pubnix, exclude=['__pycache__', 'cnam', 'pgp.asc']) + sync(root, pubnix, exclude=['__pycache__', 'pgp.asc']) # print(pubnix.disk_free()) # print(pubnix.os())