From 74685a040c2d763148bd41f1cb2948e8c8248cc0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 28 Jun 2023 10:13:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92sdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.py b/sync.py index 54b99cd..c7cb9b5 100755 --- a/sync.py +++ b/sync.py @@ -35,7 +35,7 @@ ARGS = [ {'dn':'tildevarsh.in', 'sub': True}, {'dn':'trash.town', 'sub': False}, {'dn':'vern.cc', 'sub': True}, - {'dn':'sdf.org', 'root': 'html', 'sub': True}, + # {'dn':'sdf.org', 'root': 'html', 'sub': True}, ] PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]