AIR should default to using prc-configured dc files.
This commit is contained in:
parent
1efed6a16b
commit
ba77f823d9
|
|
@ -19,7 +19,7 @@ class AstronInternalRepository(ConnectionRepository):
|
|||
"""
|
||||
notify = DirectNotifyGlobal.directNotify.newCategory("AstronInternalRepository")
|
||||
|
||||
def __init__(self, baseChannel, serverId=None, dcFileNames = [],
|
||||
def __init__(self, baseChannel, serverId=None, dcFileNames = None,
|
||||
dcSuffix = 'AI', connectMethod = None, threadedNet = None):
|
||||
if connectMethod is None:
|
||||
connectMethod = self.CM_HTTP
|
||||
|
|
|
|||
Loading…
Reference in New Issue