There was an error while loading. Please reload this page.
1 parent 843f2c4 commit b2cb392Copy full SHA for b2cb392
scripts/decrypt_project_info.py
@@ -35,7 +35,7 @@
35
try:
36
with open(plist_file_path, 'rb') as plist_file:
37
print("opened")
38
- plist_data = plistlib.load(plist_file)
+ plist_data = plistlib.loads(plist_file)
39
print("loaded")
40
41
project_id = plist_data.get('PROJECT_ID')
0 commit comments