Skip to content

Commit c6641b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ea5c472 commit c6641b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addonmanager_readme_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def set_addon(self, repo: Addon):
9999
self.readme_data_type = ReadmeDataType.Html
100100

101101
with open(self.url, "r") as fd:
102-
self._process_package_download("".join(fd.readlines()))
102+
self._process_package_download("".join(fd.readlines()))
103103
else:
104104
self.readme_request_index = NetworkManager.AM_NETWORK_MANAGER.submit_unmonitored_get(
105105
self.url

0 commit comments

Comments
 (0)