Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
multiflexi committed Nov 28, 2024
1 parent ed61fc9 commit b0aa862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collectors/collectors/web_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ def __process_article_page(self, index_url, browser):
if published:
published_str = published.strftime("%d.%m.%Y - %H:%M")
else:
datetime.datetime.now().strftime("%d.%m.%Y - %H:%M")
published_str = datetime.datetime.now().strftime("%d.%m.%Y - %H:%M")

link = current_url

Expand Down

0 comments on commit b0aa862

Please sign in to comment.