Skip to content

Commit

Permalink
Merge branch 'main' into parse-rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
dreulavelle authored Jan 14, 2024
2 parents 1671dd5 + 657475f commit b264d5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/program/scrapers/jackett.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def api_scrape(self, item):
return {}
except ReadTimeout:
logger.debug("Jackett timed out for %s", item.log_string)
return
return
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"clsx": "^2.0.0",
"cmdk-sv": "^0.0.12",
"formsnap": "^0.4.2",
"lucide-svelte": "^0.303.0",
"lucide-svelte": "^0.307.0",
"luxon": "^3.4.4",
"mode-watcher": "^0.1.2",
"nprogress": "^0.2.0",
Expand Down
8 changes: 4 additions & 4 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b264d5e

Please sign in to comment.