Skip to content

Commit

Permalink
Merge pull request #54 from graememeyer/master
Browse files Browse the repository at this point in the history
Fix for #53 (debug switch not passed to getVTInfo)
  • Loading branch information
Neo23x0 authored Mar 8, 2022
2 parents 3a05795 + d505ca0 commit 5ddf3a7
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 5ddf3a7

Please sign in to comment.