syntax error
This commit is contained in:
parent
9b042633f9
commit
fad57b9f2a
1 changed files with 1 additions and 1 deletions
2
cloudbot
2
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:
|
||||
|
|
Reference in a new issue