From fbb2330988a9bc8b9e229af17da5212ce5b55ede Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 16 Mar 2023 07:00:03 +0100 Subject: [PATCH] vern --- index.html | 2 +- sync.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index dd73bcb..e5c0a6e 100644 --- a/index.html +++ b/index.html @@ -211,7 +211,7 @@
  • tilde.town
  • tildevarsh.in
  • trash.town
  • - +
  • vern.cc
  • diff --git a/sync.py b/sync.py index eed05af..e9e60dc 100755 --- a/sync.py +++ b/sync.py @@ -33,7 +33,7 @@ ARGS = [ {'dn':'tilde.town', 'sub': False}, {'dn':'tildevarsh.in', 'sub': True}, {'dn':'trash.town', 'sub': False}, - # {'dn':'vern.cc', 'sub': True}, + {'dn':'vern.cc', 'sub': True}, {'dn':'sdf.org', 'root': 'html', 'sub': True}, ] PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]