Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Jan 30, 2025
1 parent 7703eda commit 66117e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackboard_sync/content/webdav.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _find_replace(self, soup: BeautifulSoup,

if uri:
# Parse JSON dataset
filename = _parse_bbfile(el) if is_link else None
filename = self._parse_bbfile(el) if is_link else None
# Handle url-encoding
filename = filename or unquote(uri.split('/')[-1])
links.append(Link(href=uri, text=filename))
Expand Down

0 comments on commit 66117e1

Please sign in to comment.