فهرست منبع

Sorry, my mistake *me hides in shame*

rdb 16 سال پیش
والد
کامیت
046ffd31a4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 = False):
+                 asMirror = False, perPlatform = None):
 
         """ You must specify either an appRunner or a hostDir to the
         HostInfo constructor.