Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Apr 7, 2024
1 parent 091aecf commit d18f394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamefixes-steam/1873170.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
install_dir = glob.escape(util.get_game_install_path())
if not os.path.isfile(os.path.join(install_dir, 'nw.exe')):
url = 'https://dl.nwjs.io/v0.86.0/nwjs-v0.86.0-win-x64.zip'
hashsum = 'ed2681847162e0fa457dd55e293b6f331ccd58acedd934a98e7fe1406c26dd4f'
hashsum = 'ed2681847162e0fa457dd55e293b6f331ccd58acedd934a98e7fe1406c26dd4f'
nwjs = os.path.basename(url)
urllib.request.urlretrieve(url, nwjs)
with open(nwjs, "rb") as f:
Expand Down

0 comments on commit d18f394

Please sign in to comment.