diff --git a/downloader_utils.py b/downloader_utils.py index a2e2660..ac5a5eb 100644 --- a/downloader_utils.py +++ b/downloader_utils.py @@ -1941,4 +1941,4 @@ class DownloadThread(QThread): def receive_add_character_result(self, result): with QMutexLocker(self.prompt_mutex): self._add_character_response = result - self.logger(f" (DownloadThread) Received character prompt response: {'Yes (added/confirmed)' if result else 'No (declined/failed)'}") + self.logger(f" (DownloadThread) Received character prompt response: {'Yes (added/confirmed)' if result else 'No (declined/failed)'}") \ No newline at end of file diff --git a/readme.md b/readme.md index cdb224b..5e2cda7 100644 --- a/readme.md +++ b/readme.md @@ -365,4 +365,4 @@ pyinstaller --name "Kemono Downloader" --onefile --windowed --icon="Kemono.ico" ## ** Feedback & Support** Issues? Suggestions? -Open an issue on the [GitHub repository](https://github.com/Yuvi9587/kemono-downloader) or join our community. +Open an issue on the [GitHub repository](https://github.com/Yuvi9587/kemono-downloader) or join our community. \ No newline at end of file