From ba77f823d9d02f1c62b428d50cf814ebf973efa8 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sat, 12 Oct 2013 22:50:17 -0600 Subject: [PATCH] AIR should default to using prc-configured dc files. --- direct/src/distributed/AstronInternalRepository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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