Skip to content

Commit

Permalink
register test command
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwk-aaron committed Nov 10, 2023
1 parent 7ca62fe commit a578f8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
load_property,
gen_image_cache,
gen_model_cache,
fix_clone_ids
fix_clone_ids,
remove_buffs
)
from app.models import Account, AccountInvitation, AuditLog

Expand Down Expand Up @@ -95,6 +96,7 @@ def numberFormat(value):
app.cli.add_command(gen_image_cache)
app.cli.add_command(gen_model_cache)
app.cli.add_command(fix_clone_ids)
app.cli.add_command(remove_buffs)

register_logging(app)
register_settings(app)
Expand Down

0 comments on commit a578f8a

Please sign in to comment.