Sfoglia il codice sorgente

I really meant this.

Steve Thielemann 5 anni fa
parent
commit
52619da193
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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