Skip to content

Commit 465a74a

Browse files
committed
Update decrypt_project_info.py
1 parent 8e7b5cb commit 465a74a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/decrypt_project_info.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@
1818
import plistlib
1919
import json
2020

21-
print("file is called")
22-
23-
2421
# Check if the PLIST file path was provided as a command-line argument
2522
if len(sys.argv) != 2:
2623
print("Usage: python read_plist.py <path_to_googleService-info.plist>")
2724
sys.exit(1)
2825

26+
print("file is called")
27+
2928
plist_file_path = sys.argv[1]
3029
print("plist_file_path"+plist_file_path)
3130

0 commit comments

Comments
 (0)