Skip to content

Commit

Permalink
jeepney.integrate.blocking is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
plonibarploni authored Dec 28, 2021
1 parent 30623c9 commit 5524643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Linux/lazagne/softwares/wallet/libsecret.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ def run(self):
if not collections:
try:
# Python 3
from jeepney.integrate.blocking import connect_and_authenticate
from jeepney.io.blocking import open_dbus_connection
make_auth_external.uid = uid
bus = connect_and_authenticate(session)
bus = open_dbus_connection(session)
collections = secretstorage.get_all_collections(bus)
except Exception:
self.error(traceback.format_exc())
Expand Down

0 comments on commit 5524643

Please sign in to comment.