Browse Source

fix syntax

Oz N Tiram 9 years ago
parent
commit
2548930f5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frank/frank.py

+ 1 - 1
frank/frank.py

@@ -256,7 +256,7 @@ def start():
 
 @app.route('/status')
 def status():
-    return "Frank is alive\n")
+    return "Frank is alive\n"
 
 
 @click.group()