From b3601787f56e46c9691457045044f6b0dd6ed2ed Mon Sep 17 00:00:00 2001 From: Vishal Date: Thu, 8 Aug 2024 02:39:51 +0530 Subject: [PATCH] Fixing a mistake I made --- plugin_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index c9c15f2..1b9bb20 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -966,7 +966,6 @@ class ChangelogWindow(popup.PopupWindow): button_type='square', on_activate_call=lambda: bui.open_url(REPOSITORY_URL + '/blob/main/CHANGELOG.md')) - logs = _CACHE['changelog']['info'].split('\n') loop_height = height * 0.62 for log in logs: bui.textwidget(parent=self._root_widget,