From 0bb836bfb8132aaff754f6ac7ccdc059c7dffa25 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 27 Oct 2022 09:58:36 +0200 Subject: [PATCH] thunix --- sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.py b/sync.py index 9ad587a..b7657f4 100755 --- a/sync.py +++ b/sync.py @@ -20,7 +20,6 @@ ARGS = [ {'dn':'remotes.club', 'port': 9022, 'root': 'web', 'sub': True}, {'dn':'rw.rs', 'sub': False}, {'dn':'squiggle.city', 'sub': False}, - {'dn':'thunix.net', 'sub': False}, {'dn':'tilde.cafe', 'sub': True}, {'dn':'tilde.club', 'sub': False}, {'dn':'tilde.fun', 'root': 'html', 'sub': False}, @@ -34,6 +33,7 @@ ARGS = [ {'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]