瀏覽代碼

fix syntax

Oz N Tiram 9 年之前
父節點
當前提交
2548930f5b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()