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