On Python 3.9 can't read plist file

Issue #13 new
zheng hongyi created an issue

the biplist work well on Python 3.7, but it not work on Python 3.9, and the code and the plist file can’t be changed。

  File "/Users/apple/Desktop/plist.py", line 5
    plist=readPlist(checkfile)
IndentationError: unexpected indent

Comments (0)

  1. Log in to comment