Skip to content

Commit

Permalink
Add import statement for os module
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Mar 14, 2024
1 parent 9a3134d commit 4889474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytz
import os


def fetch_and_parse_articles():
url = 'https://blog.min.io/author/david-cannan'
response = requests.get(url)
Expand Down

0 comments on commit 4889474

Please sign in to comment.