Skip to content

Commit

Permalink
requirements: update pymobiledevice3>=1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Nov 17, 2022
1 parent 93eab4d commit 525dbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfprefsmon/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@click.option('--color/--no-color', default=True, help='make colored output')
@click.option('--undefined', is_flag=True, help='filter only non-existing keys')
def cli(udid, unique, color, undefined):
lockdown = LockdownClient(udid=udid)
lockdown = LockdownClient(serial=udid)
prefs = {}
for entry in OsTraceService(lockdown).syslog():
if entry.label is None:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pymobiledevice3
pymobiledevice3>=1.32.2
click

0 comments on commit 525dbb0

Please sign in to comment.