Skip to content

Commit

Permalink
Fixed placement blog
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmiRangnekar committed Dec 11, 2024
1 parent e81f1d8 commit 761448b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions placements/management/commands/placement_blog_chore.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def fill_blog(url, body_name, url_val):
# response = requests.get(url, auth=HTTPBasicAuth(
# settings.LDAP_USERNAME, settings.LDAP_PASSWORD))

response = s.get(url, verify=False, timeout=10)
response = s.get(url, verify=False, timeout=10)

feeds = feedparser.parse(response.content)
Expand Down

0 comments on commit 761448b

Please sign in to comment.