Skip to content

Commit

Permalink
playerctl module: gi.require_version notification fix (#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdur55 authored Dec 3, 2024
1 parent 3d2a96e commit dae9f25
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 dae9f25

Please sign in to comment.