소스 검색

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()