mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-15 01:39:49 +00:00
Fixed typo related to f.close() (#155)
This commit is contained in:
parent
c770a2ba7d
commit
ed2529e620
2 changed files with 1 additions and 2 deletions
|
@ -67,4 +67,3 @@ with open(download_dir/tempScript, 'a') as f:
|
|||
f.writelines(f' out={brand}-{arch}-{variant}.zip\n')
|
||||
elif brand == "MindTheGapps":
|
||||
f.writelines(f' out={brand}-{arch}.zip\n')
|
||||
f.close
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue