mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-31 12:14:47 +01:00
Fix old autofill dbus api
This commit is contained in:
parent
f224276749
commit
472c9f59da
@ -9,8 +9,11 @@ import dbus
|
||||
import dbus.service
|
||||
from dbus.mainloop.glib import DBusGMainLoop
|
||||
from threading import Thread
|
||||
import subprocess
|
||||
import os
|
||||
|
||||
daemon_token = None
|
||||
root_path = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), os.pardir, os.pardir, os.pardir))
|
||||
|
||||
class GoldwardenDBUSService(dbus.service.Object):
|
||||
def __init__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user