Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
delargement authored Sep 13, 2023
1 parent 20be32d commit ee225ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CTFd/plugins/insanity_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class InsaneChallenge(BaseChallenge):

challenge_model = Challenges

CHALLENGE_CLASSES["insane"] = InsaneChallenge


def load(app):
CHALLENGE_CLASSES["insane"] = InsaneChallenge
register_plugin_assets_directory(app, base_path='/plugins/insanity_check/assets/')

0 comments on commit ee225ec

Please sign in to comment.