more verbose output for setupdb
This commit is contained in:
@@ -125,5 +125,6 @@ if __name__ == '__main__':
|
||||
try:
|
||||
if sys.argv[1] == "seed":
|
||||
seed()
|
||||
print("Created database.db file and seeded data.")
|
||||
except Exception as e:
|
||||
print("Creating database.db file. To seed data, run 'python setupdb.py seed'")
|
||||
print("Created database.db file. To seed data, run 'python setupdb.py seed'")
|
||||
|
||||
Reference in New Issue
Block a user