From 12f7712af345e6fba91cb2dcff968b3c37ff2e39 Mon Sep 17 00:00:00 2001 From: Vxrtrauter Date: Fri, 10 Oct 2025 22:23:04 +0200 Subject: [PATCH] unnessary fixes --- core/interface/gui.py | 4 ++-- core/utils/network/jsonhandler.py | 3 +++ main.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core/interface/gui.py b/core/interface/gui.py index 4f43d65..c19ccd6 100644 --- a/core/interface/gui.py +++ b/core/interface/gui.py @@ -195,7 +195,7 @@ class MainWindow(QtWidgets.QMainWindow, QWidget): download_path.setText(state.download_path) dialog.layout().addWidget(download_path_container) - ################# + ################## # SPEED LIMITING # ################## @@ -233,7 +233,7 @@ class MainWindow(QtWidgets.QMainWindow, QWidget): dialog.exec() - # this needs a cleanup + def return_pressed(self): search_text = self.searchbar.text() if search_text == "": diff --git a/core/utils/network/jsonhandler.py b/core/utils/network/jsonhandler.py index b44913d..a6b2a5d 100644 --- a/core/utils/network/jsonhandler.py +++ b/core/utils/network/jsonhandler.py @@ -16,3 +16,6 @@ def format_data(data): return post_titles, post_links + + +# https://open.spotify.com/track/70vjXI7oBou5buTtgiJeRW?si=25640cc4243c4bf3 diff --git a/main.py b/main.py index 9fcafd5..66c171f 100644 --- a/main.py +++ b/main.py @@ -53,4 +53,4 @@ if __name__ == "__main__": if state.debug: print("Launching GUI") run_gui() - +