Skip to content

Commit 39b8062

Browse files
committed
resources
1 parent 10c6046 commit 39b8062

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

utilities/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
class Constants:
55
AUTOMATION_USER_AGENT: str = "automation"
6-
DATA_PATH: Path = Path(Path(__file__).absolute().parent.parent, "data")
6+
DATA_PATH: Path = Path(Path(__file__).absolute().parent.parent, "resources")
77
CHROME_DOWNLOAD_DIRECTORY: Path = DATA_PATH / "downloads"
88
DIFF_TOLERANCE_PERCENT: float = 0.01

0 commit comments

Comments
 (0)