From a0351a2e4b4dc66c6fed24a68d3878bdcf832b2e Mon Sep 17 00:00:00 2001 From: Aram47 Date: Tue, 14 Jan 2025 16:22:58 +0400 Subject: [PATCH] query changed --- console_picsart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_picsart.py b/console_picsart.py index 60a2f4a..5567287 100755 --- a/console_picsart.py +++ b/console_picsart.py @@ -20,7 +20,7 @@ def show_styled_message_dialog_with_link(): button.set_size_request(100, 40) button.set_property("can-default", True) - button.connect("clicked", lambda w: webbrowser.open("https://console.picsart.io/?source=gimp&utm_medium=app&utem_campaign=plugins")) + button.connect("clicked", lambda w: webbrowser.open("https://console.picsart.io/?source=gimp&utm_medium=app&utm_campaign=plugins")) dialog.vbox.pack_start(label, True, True, 10) dialog.vbox.pack_start(button, True, True, 10)