diff options
| author | 尹姜谊 <[email protected]> | 2024-02-07 11:06:54 +0800 |
|---|---|---|
| committer | 尹姜谊 <[email protected]> | 2024-02-07 11:06:54 +0800 |
| commit | 9faa956f2583ef51c15ef3ac37061c6dcf1dda9f (patch) | |
| tree | fc2ecedc0146d0341214b7601dd6ef197f85c6c1 /detection/knowledgebase_monitor.py | |
| parent | 7bcf2ffce23f9d4029c16354f1d1d32a200fba39 (diff) | |
Fix
Diffstat (limited to 'detection/knowledgebase_monitor.py')
| -rw-r--r-- | detection/knowledgebase_monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/detection/knowledgebase_monitor.py b/detection/knowledgebase_monitor.py index e1714fa..588cedd 100644 --- a/detection/knowledgebase_monitor.py +++ b/detection/knowledgebase_monitor.py @@ -64,7 +64,7 @@ class KnowledgeBaseMonitor: q += " and {} < '{}'".format(time_column, end_t) q = q.lstrip(' and') - # print(q) + print(vpn_service, q) count_num = self.knowledgebase_tool.get_knowledgebase_count(knowledge_id=library_id, q=q) return count_num |
