Skip to content

Commit

Permalink
Remove plistlib.Data() for newer Python
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Nov 20, 2021
1 parent eb2b4e6 commit fbe081c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def simple_command_body(args):
def install_profile(args):
return {
"RequestType": "InstallProfile",
"Payload": plistlib.Data(args.mobileconfig.read()),
"Payload": args.mobileconfig.read(),
}


Expand Down

0 comments on commit fbe081c

Please sign in to comment.