mirror of https://gitlab.com/bashrc2/epicyon
Disable functions
parent
d259944eda
commit
4627933946
10
epicyon.py
10
epicyon.py
|
@ -477,11 +477,11 @@ if args.postDomains:
|
||||||
elif args.gnunet:
|
elif args.gnunet:
|
||||||
proxyType = 'gnunet'
|
proxyType = 'gnunet'
|
||||||
domainList = []
|
domainList = []
|
||||||
domainList = getPublicPostDomains(None,
|
# domainList = getPublicPostDomains(None,
|
||||||
baseDir, nickname, domain,
|
# baseDir, nickname, domain,
|
||||||
proxyType, args.port,
|
# proxyType, args.port,
|
||||||
httpPrefix, debug,
|
# httpPrefix, debug,
|
||||||
__version__, domainList)
|
# __version__, domainList)
|
||||||
for postDomain in domainList:
|
for postDomain in domainList:
|
||||||
print(postDomain)
|
print(postDomain)
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
Loading…
Reference in New Issue