Explorar o código

I really meant this.

Steve Thielemann %!s(int64=5) %!d(string=hai) anos
pai
achega
52619da193
Modificáronse 1 ficheiros con 2 adicións e 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