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
Hi thanks for the time here, im thinking of using your library, one suggestion:
In the Util.py - webscrap
website = requests.get(url, headers=headers)
You may want to setup a timeout, as this helps handle different use cases.
better if its handled from the Object constructor as an optional parameter.
Thanks again.
The text was updated successfully, but these errors were encountered:
Hi thanks for the time here, im thinking of using your library, one suggestion:
In the Util.py - webscrap
website = requests.get(url, headers=headers)
You may want to setup a timeout, as this helps handle different use cases.
better if its handled from the Object constructor as an optional parameter.
Thanks again.
The text was updated successfully, but these errors were encountered: