Explorar o código

Dummy ocmmit.

scossu hai 1 ano
pai
achega
c28a6826cd
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      scriptshifter/rest_api.py

+ 0 - 1
scriptshifter/rest_api.py

@@ -21,7 +21,6 @@ def create_app():
         "SECRET_KEY": environ.get("TXL_FLASK_SECRET", b64encode(urandom(64))),
         "JSON_AS_ASCII": False,
         "JSONIFY_PRETTYPRINT_REGULAR": True,
-
     })
 
     return app