From a0efa397e1187a6eff46c7fc4a5232e8e30c6c23 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 5 Mar 2023 18:20:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=88=92southlondon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sync.py b/sync.py index d8119f2..2772f50 100755 --- a/sync.py +++ b/sync.py @@ -33,7 +33,6 @@ ARGS = [ {'dn':'trash.town', 'sub': False}, {'dn':'vern.cc', 'sub': True}, {'dn':'sdf.org', 'root': 'html', 'sub': True}, - {'dn':'southlondon.cc', 'sub': False}, {'dn':'thunix.net', 'sub': False}, ] PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]