From 4627933946d0156e4ade73c4f5bc63733ea9989c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 25 Sep 2020 13:42:23 +0100 Subject: [PATCH] Disable functions --- epicyon.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/epicyon.py b/epicyon.py index ef15486d..670a87f0 100644 --- a/epicyon.py +++ b/epicyon.py @@ -477,11 +477,11 @@ if args.postDomains: elif args.gnunet: proxyType = 'gnunet' domainList = [] - domainList = getPublicPostDomains(None, - baseDir, nickname, domain, - proxyType, args.port, - httpPrefix, debug, - __version__, domainList) +# domainList = getPublicPostDomains(None, +# baseDir, nickname, domain, +# proxyType, args.port, +# httpPrefix, debug, +# __version__, domainList) for postDomain in domainList: print(postDomain) sys.exit()