Skip to content

Commit

Permalink
minor fix - remove default from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
unprovable committed Sep 19, 2024
1 parent 1710e47 commit 13f30e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptomon.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def parse_argz():
return args


def rerun_pcap(pcap_file="test.pcap"):
def rerun_pcap(pcap_file):
packets = rdpcap(pcap_file)
iface = "lo"
print(f"[i] Replaying packets from {str(pcap_file)}...")
Expand Down

0 comments on commit 13f30e4

Please sign in to comment.