We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81f1d8 commit 761448bCopy full SHA for 761448b
placements/management/commands/placement_blog_chore.py
@@ -94,6 +94,7 @@ def fill_blog(url, body_name, url_val):
94
# response = requests.get(url, auth=HTTPBasicAuth(
95
# settings.LDAP_USERNAME, settings.LDAP_PASSWORD))
96
97
+ response = s.get(url, verify=False, timeout=10)
98
response = s.get(url, verify=False, timeout=10)
99
100
feeds = feedparser.parse(response.content)
0 commit comments