Skip to content

Commit

Permalink
update090512
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyd66 committed Sep 5, 2024
1 parent 36a8dec commit 3116879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/analyzer/analyze_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def init_option(self):
self.tenant_id = sql_result["tenant_id"]
self.ip_list = sql_result["ip_list"]
self.queue = queue_option
self.scope == "observer"
self.scope = "observer"
# if files_option:
# self.is_ssh = False
# self.directly_analyze_files = True
Expand Down

0 comments on commit 3116879

Please sign in to comment.