Browse Source

None -> False

rdb 16 years ago
parent
commit
a9ae9b1d4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/p3d/HostInfo.py

+ 1 - 1
direct/src/p3d/HostInfo.py

@@ -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.