Skip to content

Commit 0afb216

Browse files
committed
up
1 parent a8eb394 commit 0afb216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt_proxy/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def create_app(testing=False, cli=False):
1111
app = Flask("jwt_proxy")
1212
register_blueprints(app)
1313
configure_app(app)
14-
14+
print("Configuring")
1515
return app
1616

1717

0 commit comments

Comments
 (0)