mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-05 20:42:20 -07:00
Fix typo
This commit is contained in:
parent
13d469d979
commit
182b3d704b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class PacketFilter:
|
|||
|
||||
for filter in self.filter:
|
||||
try:
|
||||
execfile(i)
|
||||
execfile(filter)
|
||||
except Exception:
|
||||
log.debug("Error occurred in filter", filter)
|
||||
print_exc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue