From 5ae36641a207fc012643695b4c59caa4b7e156fb Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 8 Jun 2016 08:31:58 +0200 Subject: [PATCH] fixed syntax error 3 --- controller/state/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/state/__init__.py b/controller/state/__init__.py index 13b2b74..677af5a 100644 --- a/controller/state/__init__.py +++ b/controller/state/__init__.py @@ -31,4 +31,4 @@ def sync(): server.post_state(current_state) except: print " panicking safely ! " - safely_panic(); + safely_panic()