diff --git a/config/application.yml b/config/application.yml index 4f6f954..6868705 100644 --- a/config/application.yml +++ b/config/application.yml @@ -7,4 +7,4 @@ resolver: api_key: 733f6882605be2de8980bbd074091ee4 img_classifier: - target_path: "data/screenshots/" + target_path: data/screenshots/ diff --git a/src/beaky/config.py b/src/beaky/config.py index 21ad3e2..adfcf32 100644 --- a/src/beaky/config.py +++ b/src/beaky/config.py @@ -10,4 +10,4 @@ class Config: path: str screenshotter: ScreenshotterConfig resolver: ResolverConfig - img_classifer: ImgClassifierConfig + img_classifier: ImgClassifierConfig