Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
[*] Fix PluginException renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Dec 18, 2023
1 parent 2a8bec8 commit 162b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidown_mr_de/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _create_download_data(self) -> LinkItemDict:
self.download(thread_dict, self.threads_dir, 'Downloading content threads', 'thread')
content_success, _ = self.check_download(thread_dict, self.threads_dir)
if len(content_success) == 0:
raise PluginException("No content thread was downloaded successful.")
raise PluginError("No content thread was downloaded successful.")

# extract attachment links
attach_list = self._extract_content(attach_list, content_success)
Expand Down

0 comments on commit 162b70d

Please sign in to comment.