Skip to content

Commit

Permalink
Add needed import
Browse files Browse the repository at this point in the history
  • Loading branch information
P-ict0 committed Jun 21, 2024
1 parent 72e6d0d commit 9435469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dynamic-scraper"
version = "1.0.1"
version = "1.0.2"
description = "Dynamic web scraper specifically designed for websites that dynamically load elements (such as AngularJS). It runs at specified time intervals and notifies you about specific updates on the site."
readme = "README.md"
requires-python = ">=3.10"
Expand Down
1 change: 1 addition & 0 deletions src/web_scraper/utils/notifier.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .helpers import is_windows
import os

try:
from win11toast import notify
Expand Down

0 comments on commit 9435469

Please sign in to comment.