Skip to content

Commit 64b5f98

Browse files
committed
Add README to gitignore and more TODOs
1 parent 96b24f0 commit 64b5f98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ venv.bak/
155155
# mypy
156156
.mypy_cache/
157157

158+
/README

Diff for: rpcstools/rpcstools.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def download_updates(tid, base_dir, cert_path):
9292
# TODO: Argument for the rpcs3 folder
9393
# TODO: Handle more exceptions/possible error cases
9494
# TODO: Variable naming is hard
95+
# TODO: Verify SHA-1
9596
def update_games():
9697
# Silence warnings caused by HIGH QUALITY Sony certs
9798
urllib3.disable_warnings(urllib3.exceptions.SubjectAltNameWarning)
@@ -144,4 +145,4 @@ def update_games():
144145
"To fix this just follow the rpcs3 quickstart guide")
145146

146147
for title_dir in game_ids:
147-
download_updates(title_dir, base_dir, cert_path)
148+
download_updates(title_dir, base_dir, cert_path)

0 commit comments

Comments
 (0)