mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-07 12:34:44 +00:00
change output path
This commit is contained in:
parent
cd2b954bec
commit
f0343c6b77
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ logfile = sys.argv[1]
|
|||
counts = {'lc': 0, 'qc': 0, 'fc': 0, 'rc': 0, 'bc':0}
|
||||
|
||||
# Create the SQLite connection
|
||||
conn = sqlite3.connect('dnsmasq.sqlite')
|
||||
conn = sqlite3.connect('/etc/pihole/pihole.db')
|
||||
c = conn.cursor()
|
||||
|
||||
create_tables()
|
||||
|
|
Loading…
Reference in a new issue