Browse Source

Comment about DEFAULT_HOST.

Chris McDonough 18 năm trước cách đây
mục cha
commit
91c9b09a15
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/supervisor/datatypes.py

+ 2 - 0
src/supervisor/datatypes.py

@@ -15,6 +15,8 @@
 import os
 import sys
 
+# I dont know why we bother, this doesn't run on Windows, but just
+# in case it ever does, avoid this bug magnet by leaving it.
 if sys.platform[:3] == "win":
     DEFAULT_HOST = "localhost"
 else: