mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	lf_dash.py : print statement update
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -78,7 +78,7 @@ class csv_sqlite_dash():
 | 
				
			|||||||
        try:
 | 
					        try:
 | 
				
			||||||
            df3 = df3.sort_values(by='Date')
 | 
					            df3 = df3.sort_values(by='Date')
 | 
				
			||||||
        except:
 | 
					        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)
 | 
					            exit(1)
 | 
				
			||||||
        self.conn.close()
 | 
					        self.conn.close()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user