From fad57b9f2af6259c77535f1a1f2b5644e22c8bf2 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 1 Mar 2012 16:50:03 +1300 Subject: [PATCH] syntax error --- cloudbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbot b/cloudbot index cadbaa1..6c7dc2f 100755 --- a/cloudbot +++ b/cloudbot @@ -41,7 +41,7 @@ except (subprocess.CalledProcessError), e: screen = re.match(r'^/usr/bin/screen$', screencheck) if os.path.isfile("./config"): backend = config.get("wrapper", {}).get("backend", "daemon") -else +else: backend = daemon try: