Default value

master
Bob Mottram 2019-06-28 22:07:21 +01:00
parent e01926bd1c
commit c82f6c7f49
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class PubServer(BaseHTTPRequestHandler):
self._set_headers('application/json')
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 federationList
thisDomain=domain