Explorar el Código

I really meant this.

Steve Thielemann hace 5 años
padre
commit
52619da193
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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