kytos-ng / sdntrace

Napp that traces OpenFlow paths in the dataplane
https://kytos-ng.github.io/api/sdntrace.html
GNU Lesser General Public License v3.0
0 stars 5 forks source link

Parametrize timeout on requests.* calls and handle timeout #33

Open viniarck opened 1 year ago

viniarck commented 1 year ago

Parametrize timeout on requests.* calls and handle timeout

shared/colors.py
7:import requests
29:            result = requests.get(url=self._url)

Same as https://github.com/kytos-ng/mef_eline/issues/184