Skip to content

Commit

Permalink
playerctl: gi.require_version notification fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valdur55 committed Oct 30, 2024
1 parent 5a74d67 commit 8c8e126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py3status/modules/playerctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
from threading import Thread

import gi
from gi.repository import GLib, Playerctl

gi.require_version("Playerctl", "2.0")
from gi.repository import GLib, Playerctl # noqa e402


class Py3status:
Expand Down

0 comments on commit 8c8e126

Please sign in to comment.