mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
Network insight, another minor side affect of https://github.com/opnsense/core/issues/2964 export misses timestamp convert.
This commit is contained in:
parent
9222f5e4de
commit
c7660ca43f
@ -32,6 +32,8 @@ import glob
|
||||
import syslog
|
||||
import datetime
|
||||
import sqlite3
|
||||
from lib.aggregate import convert_timestamp
|
||||
sqlite3.register_converter('timestamp', convert_timestamp)
|
||||
|
||||
|
||||
class BaseFlowAggregator(object):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user