diff --git a/direct/src/distributed/AstronInternalRepository.py b/direct/src/distributed/AstronInternalRepository.py index 740beb447f..98cc3a07b6 100644 --- a/direct/src/distributed/AstronInternalRepository.py +++ b/direct/src/distributed/AstronInternalRepository.py @@ -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