Browse Source

I really meant this.

Steve Thielemann 5 năm trước cách đây
mục cha
commit
52619da193
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      galaxy.py

+ 2 - 1
galaxy.py

@@ -243,7 +243,8 @@ class GameData(object):
                     )
                 )
                 return True
-        else return True  # unknown port, we're guess yes.
+        else:
+            return True  # unknown port, we're guess yes.
         return False
 
     @staticmethod