diff --git a/epicyon.py b/epicyon.py index ef15486d1..670a87f0d 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()