diff --git a/display.py b/display.py index 513dd0a..897b4a9 100644 --- a/display.py +++ b/display.py @@ -339,7 +339,7 @@ class Ui_MainWindow(object): def open_button(self, id): - webbrowser.open(results_sorted[id][3], new=1) + webbrowser.open(results_sorted[id][3]) def retranslateUi(self, MainWindow):