more verbose output for setupdb

This commit is contained in:
Patrick McDonagh
2016-12-02 17:38:26 -06:00
parent 51355bc3a3
commit 7bc6337983

View File

@@ -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'")