Corrected IP Log Deletion
This commit is contained in:
parent
e4c3606e31
commit
2667c9212e
1 changed files with 1 additions and 1 deletions
2
log.py
2
log.py
|
@ -316,7 +316,7 @@ class logsManager:
|
|||
elif logType == 'urllogs':
|
||||
tableName = 'monutil_urlLogs'
|
||||
elif logType == 'iplogs':
|
||||
tableName == 'monutil_ipblock'
|
||||
tableName = 'monutil_ipblock'
|
||||
|
||||
conn = pyodbc.connect(self.conn_str)
|
||||
cursor = conn.cursor()
|
||||
|
|
Loading…
Reference in a new issue