mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Also try to import data from database after flushing event
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -531,7 +531,7 @@ void read_data_from_DB(void)
|
||||
// 1483228800 = 01/01/2017 @ 12:00am (UTC)
|
||||
if(queryTimeStamp < 1483228800)
|
||||
{
|
||||
logg("DB warn: TIMESTAMP should be larger than 01/01/2017 but it %i", queryTimeStamp);
|
||||
logg("DB warn: TIMESTAMP should be larger than 01/01/2017 but is %i", queryTimeStamp);
|
||||
continue;
|
||||
}
|
||||
int type = sqlite3_column_int(stmt, 2);
|
||||
|
||||
Reference in New Issue
Block a user