From 9f5a4ffa47ee43915a6ba7e7b478e7603294036e Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sun, 2 Oct 2016 18:13:10 +0100 Subject: [PATCH] pihole.db, not gravity. --- advanced/Scripts/gravity_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/Scripts/gravity_parse.py b/advanced/Scripts/gravity_parse.py index 4ac51563..40330c8e 100644 --- a/advanced/Scripts/gravity_parse.py +++ b/advanced/Scripts/gravity_parse.py @@ -18,7 +18,7 @@ import sqlite3 logfile = '/etc/pihole/pihole.2.eventHorizon.txt' # Create the SQLite connection -conn = sqlite3.connect('/etc/pihole/gravity.db') +conn = sqlite3.connect('/etc/pihole/pihole.db') # Python auto-handle commits, no need to call for commits manually with conn: