Skip to content

Commit 761448b

Browse files
committed
Fixed placement blog
1 parent e81f1d8 commit 761448b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

placements/management/commands/placement_blog_chore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def fill_blog(url, body_name, url_val):
9494
# response = requests.get(url, auth=HTTPBasicAuth(
9595
# settings.LDAP_USERNAME, settings.LDAP_PASSWORD))
9696

97+
response = s.get(url, verify=False, timeout=10)
9798
response = s.get(url, verify=False, timeout=10)
9899

99100
feeds = feedparser.parse(response.content)

0 commit comments

Comments
 (0)