From b8efbd288b5143a12340f2e8c60a0742f5005840 Mon Sep 17 00:00:00 2001 From: Vishal Date: Wed, 19 Jun 2024 19:14:23 +0530 Subject: [PATCH] A small ui fix --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index faed684..3962877 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -1431,7 +1431,7 @@ class PluginManager: else: changelog = full_changelog[0] except urllib.error.URLError: - changelog = {'released_on': '(Not Provided)', + changelog = {'released_on': ' (Not Provided)', 'info': 'Could not get ChangeLog due to Internet Issues.'} self.set_changelog_global_cache(changelog) self._changelog_setup_in_progress = False