Oz N Tiram hace 9 años
padre
commit
2548930f5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()