mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
None -> False
This commit is contained in:
parent
b9d3842380
commit
a9ae9b1d4c
@ -10,7 +10,7 @@ class HostInfo:
|
||||
class in the core API. """
|
||||
|
||||
def __init__(self, hostUrl, appRunner = None, hostDir = None,
|
||||
asMirror = False, perPlatform = None):
|
||||
asMirror = False, perPlatform = False):
|
||||
|
||||
""" You must specify either an appRunner or a hostDir to the
|
||||
HostInfo constructor.
|
||||
|
Loading…
x
Reference in New Issue
Block a user