mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix for non-debug mode
This commit is contained in:
parent
29fcabab5c
commit
7ebfa95b92
@ -34,6 +34,7 @@ class ConnectionRepository(
|
||||
|
||||
self.config = config
|
||||
|
||||
if hasattr(self, 'setVerbose'):
|
||||
self.setVerbose(self.config.GetBool('verbose-repository', 0))
|
||||
|
||||
# Set this to 'http' to establish a connection to the server
|
||||
|
Loading…
x
Reference in New Issue
Block a user