Skip to content

Commit

Permalink
Fix for #53 (debug switch not passed to getVTInfo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Meyer committed Feb 23, 2022
1 parent 3a05795 commit d505ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion munin.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def processLine(line, debug):

# Get Information
# Virustotal
vt_info = munin_vt.getVTInfo(hashVal)
vt_info = munin_vt.getVTInfo(hashVal, args.debug)
info.update(vt_info)
# MISP
misp_info = getMISPInfo(hashVal)
Expand Down

0 comments on commit d505ca0

Please sign in to comment.