Skip to content

Commit

Permalink
removed second initialisation nfqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
flandweber committed Jul 28, 2022
1 parent e7ea905 commit c248c8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,7 @@ def main(args):
in_queue_num=args["in_queue_num"],
out_queue_num=args["out_queue_num"],
save_seen_packets=args["no_save_packets"],
demo_mode=args["demo_mode"]) as eng:
eng.initialize_nfqueue()
demo_mode=args["demo_mode"]):

threading.Event().wait() # Wait forever

Expand Down

0 comments on commit c248c8b

Please sign in to comment.