Skip to content

Commit

Permalink
added brackets to jwt_required() (0xHericles#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuo authored Jun 21, 2021
1 parent d98cf54 commit 25b78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cast/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def page_not_found(error):


@http.route("/cast")
@jwt_required
@jwt_required()
def index():
log = Logging(app.config["current_session"])
log.make_log_folder()
Expand Down

0 comments on commit 25b78e7

Please sign in to comment.