mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-29 01:23:18 +00:00
Add final conn.commit()
This commit is contained in:
parent
8e1b5338c6
commit
40750c0196
1 changed files with 3 additions and 1 deletions
|
@ -169,4 +169,6 @@ for line in open(logfile):
|
|||
print 'Imported {0} log entries.'.format(counts['lc'] - counts['bc'])
|
||||
print '{0} queries, {1} forwards, and {2} replies.'.format(counts['qc'],
|
||||
counts['fc'],
|
||||
counts['rc'])
|
||||
counts['rc'])
|
||||
|
||||
conn.commit()
|
||||
|
|
Loading…
Reference in a new issue