home · contact · privacy
Server/py: Apply PEP8.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 25 Feb 2015 10:23:53 +0000 (11:23 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 25 Feb 2015 10:23:53 +0000 (11:23 +0100)
plomrogue-server.py

index 1fec5d5b5b5467328ca41afcca8f1d559800015f..871398068afad43523b8a4a60aec7b3eb480f250 100755 (executable)
@@ -387,7 +387,7 @@ def command_taname(name):
                 wait_defined = False
                 for id in world_db["ThingActions"]:
                     if "wait" == world_db["ThingActions"][id]["TA_NAME"]:
-                        wait_defined = True                        
+                        wait_defined = True
                         break
                 if not wait_defined:
                     set_world_inactive()