lf_dash.py : print statement update

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-06 07:35:13 -06:00
parent 48db0f6cc7
commit 7fbd233b71

View File

@@ -78,7 +78,7 @@ class csv_sqlite_dash():
try:
df3 = df3.sort_values(by='Date')
except:
print("Database empty: KeyError(key) when sorting by Date, check Database name or path to kpi , Exiting")
print("Database empty: KeyError(key) when sorting by Date, check Database name, path to kpi, typo in path, exiting")
exit(1)
self.conn.close()