diff --git a/InvenTree/InvenTree/management/commands/wait_for_db.py b/InvenTree/InvenTree/management/commands/wait_for_db.py index dc510a5fd2..b9fa4e5025 100644 --- a/InvenTree/InvenTree/management/commands/wait_for_db.py +++ b/InvenTree/InvenTree/management/commands/wait_for_db.py @@ -39,4 +39,4 @@ class Command(BaseCommand): self.stdout.write("Database configuration is not usable") if connected: - self.stdout.write("Database connection sucessful!") \ No newline at end of file + self.stdout.write("Database connection sucessful!")