Skip to content

Commit

Permalink
change generator in find_broken_links
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Aug 19, 2023
1 parent 8b91a11 commit ae0701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/find_broken_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

src = "/mnt/Toshiba/.Grabber/"

gen = Path(src).rglob("*/**/*")
gen = Path(src).rglob("*")

lst: list[Path] = []
for path in tqdm(gen):
Expand Down

0 comments on commit ae0701c

Please sign in to comment.