2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-20 01:21:30 +00:00

Add newline

This commit is contained in:
Oliver Walters
2021-04-08 17:10:48 +10:00
parent 3926276fd1
commit 3381945e14

View File

@@ -39,4 +39,4 @@ class Command(BaseCommand):
self.stdout.write("Database configuration is not usable") self.stdout.write("Database configuration is not usable")
if connected: if connected:
self.stdout.write("Database connection sucessful!") self.stdout.write("Database connection sucessful!")