mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
🐛 修正路徑
This commit is contained in:
parent
4f35f23140
commit
0585273589
@ -25,5 +25,5 @@ with open(f'../{files}', 'r') as f:
|
||||
else:
|
||||
newversion += str(int(version[1])+1)
|
||||
|
||||
with open(files, 'w') as f_:
|
||||
with open(f'../{files}', 'w') as f_:
|
||||
f_.write(read_file.replace(''.join(version), newversion))
|
||||
|
Loading…
x
Reference in New Issue
Block a user