1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

fixing cli commands

This commit is contained in:
Chad Furman
2024-07-08 20:37:42 -04:00
parent 27c510319f
commit 8bb68d60a5
2 changed files with 5 additions and 7 deletions

View File

@@ -276,4 +276,3 @@ if __name__ == "__main__":
elif sys.argv[-1] == "--migrate":
# Perform migrations.
run_migrations()