You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a very good chance that you are going to need to diagnose the slowness and propose fixes via pull-request (i.e. it is probably unlikely that someone is going to fix this issue for you).
the version
5.0.0
the code
driver = get_network_driver('h3c_comware')
device = driver(hostname='192.168.110.5', username='xxx', password='xxx')
print(datetime.datetime.now())
device.open()
print(datetime.datetime.now())
the print
2024-07-22 13:55:08.216342
2024-07-22 13:55:14.653368
it takes 6s
What can be done to shorten the time
The text was updated successfully, but these errors were encountered: