syntax error

This commit is contained in:
Luke Rogers 2012-03-01 16:50:03 +13:00
parent 9b042633f9
commit fad57b9f2a

View file

@ -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: