Skip to content

Commit

Permalink
fix(commands): Import cli from quart
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Aug 16, 2024
1 parent d4f8ad4 commit da13b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/manage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flask.cli import main
from quart.cli import main

if __name__ == "__main__":
main()

0 comments on commit da13b12

Please sign in to comment.