mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-02 02:53:19 +00:00
pihole.db, not gravity.
This commit is contained in:
parent
9f94570fff
commit
9f5a4ffa47
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import sqlite3
|
||||||
logfile = '/etc/pihole/pihole.2.eventHorizon.txt'
|
logfile = '/etc/pihole/pihole.2.eventHorizon.txt'
|
||||||
|
|
||||||
# Create the SQLite connection
|
# 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
|
# Python auto-handle commits, no need to call for commits manually
|
||||||
with conn:
|
with conn:
|
||||||
|
|
Loading…
Reference in a new issue