mirror of https://gitlab.com/bashrc2/epicyon
Default value
parent
e01926bd1c
commit
c82f6c7f49
|
@ -174,7 +174,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self._set_headers('application/json')
|
self._set_headers('application/json')
|
||||||
self.wfile.write(json.dumps(message).encode('utf-8'))
|
self.wfile.write(json.dumps(message).encode('utf-8'))
|
||||||
|
|
||||||
def runDaemon(domain: str,port=80,fedList,useTor=False) -> None:
|
def runDaemon(domain: str,port=80,fedList=[],useTor=False) -> None:
|
||||||
global thisDomain
|
global thisDomain
|
||||||
global federationList
|
global federationList
|
||||||
thisDomain=domain
|
thisDomain=domain
|
||||||
|
|
Loading…
Reference in New Issue