Skip to content

Commit

Permalink
PyGIWarning: Gtk was imported without specifying a version first
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Feb 9, 2024
1 parent f319686 commit 417567f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/monitors/dbus_autofill_monitor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#Python DBUS Test Server
#runs until the Quit() method is called via DBUS

from gi import require_version
require_version('Gtk', '4.0')
require_version('Adw', '1')
from gi.repository import Gtk
import dbus
import dbus.service
Expand Down

0 comments on commit 417567f

Please sign in to comment.