mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
A small ui fix
This commit is contained in:
parent
1bfb5da7b4
commit
b8efbd288b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue