bugfix
This commit is contained in:
parent
ed05d9c864
commit
8f903cc2cd
@ -20,7 +20,8 @@ except:
|
||||
pmp = None
|
||||
|
||||
class ConfiguredServer:
|
||||
def __init__(self,auth_klass=AuthAPI):
|
||||
def __init__(self,auth_klass=AuthAPI, workdir=None):
|
||||
if workdir is None:
|
||||
pp = ProgramPath()
|
||||
self.natpmp_loop = True
|
||||
self.nat_heartbeat = False
|
||||
|
Loading…
Reference in New Issue
Block a user