Skip to content

Commit

Permalink
added story
Browse files Browse the repository at this point in the history
  • Loading branch information
freelancing-solutions committed May 17, 2023
1 parent 74bb14a commit 46936b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/blog/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ def get_story_with_uuid(uuid: str):
try:
blog_logger.info(f"get financial searching article with uuid : {uuid}")
response = session.get(url, headers=headers, params=params)
blog_logger.info("response : {}".format(response.json()))
response.raise_for_status()
except requests.exceptions.ConnectionError:
return []
Expand Down

0 comments on commit 46936b3

Please sign in to comment.