−southlondon

This commit is contained in:
Marc Beninca 2023-03-05 18:20:04 +01:00
parent f80dcf7935
commit a0efa397e1

View file

@ -33,7 +33,6 @@ ARGS = [
{'dn':'trash.town', 'sub': False}, {'dn':'trash.town', 'sub': False},
{'dn':'vern.cc', 'sub': True}, {'dn':'vern.cc', 'sub': True},
{'dn':'sdf.org', 'root': 'html', 'sub': True}, {'dn':'sdf.org', 'root': 'html', 'sub': True},
{'dn':'southlondon.cc', 'sub': False},
{'dn':'thunix.net', 'sub': False}, {'dn':'thunix.net', 'sub': False},
] ]
PUBNIXES = [pubnix.PubNix(**args) for args in ARGS] PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]