mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
🐛 typo
This commit is contained in:
parent
6fc36b963a
commit
ffced7b843
@ -46,7 +46,7 @@ for category in filterlist:
|
||||
newversion += str(int(version[1]) + 1)
|
||||
|
||||
with open(f'../{filename}', 'r') as files:
|
||||
with open(f'../{filename}', 'w') as output:
|
||||
with open(f'{filename}', 'w') as output:
|
||||
heads: str = HEAD().__getattribute__(category)
|
||||
news = heads.format(
|
||||
name=filename.split('.')[0].replace('_', ' ').title(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user