Skip to content
Snippets Groups Projects
Commit 9d66eae1 authored by keitzmann's avatar keitzmann
Browse files

added threading to highTransitions-mt.py

parent 08afbf08
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ import datetime
from threading import Thread, currentThread, Lock
from queue import Queue
# 2023-04-10 - Added Multi-threading support. Adapted from example found at
# https://oznetnerd.com/2020/06/28/multithreading-with-python-netmiko/
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment