Skip to content

Commit 3c1f170

Browse files
committed
remove comment
1 parent 571b90d commit 3c1f170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ def load_honeypot_engine():
887887
if run_as_test:
888888
network_traffic_capture_process.terminate()
889889
# without ci it will be terminate after a few seconds, it needs to kill the tshark and update pcap file collection
890-
# network_traffic_capture_process.join()
890+
network_traffic_capture_process.join()
891891
# if in case any events that were not inserted from thread
892892
push_events_queues_to_database(honeypot_events_queue, network_events_queue)
893893
# Kill bulk events thread

0 commit comments

Comments
 (0)