Skip to content

Commit

Permalink
del seebug
Browse files Browse the repository at this point in the history
  • Loading branch information
ry4nnnn committed Jul 30, 2024
1 parent db3a60d commit 2db24e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions collectors/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from .collector_ali import AliCollector
from .collector_qax import QAXCollector
from .collector_threatbook import ThreatBookCollector
from .collector_seebug import SeebugCollector
from .collector_github import GitHubCollector


Expand All @@ -22,7 +21,7 @@ def __init__(self):
'Afrog': AfrogCollector,
'PacketStorm': PacketStormCollector,
# chrome.driver starts frequently, which may cause memory issues and eventually lead to code termination
'Seebug': SeebugCollector,
# 'Seebug': SeebugCollector,
'Github': GitHubCollector,
'OSCS': OSCSCollector,
'Ali': AliCollector,
Expand Down

0 comments on commit 2db24e7

Please sign in to comment.