mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
🐛 修正快取問題
This commit is contained in:
parent
bb8461b440
commit
4a99f8962d
@ -51,7 +51,7 @@ for category in filterlist:
|
||||
else:
|
||||
newversion += str(int(version[1]) + 1)
|
||||
|
||||
with open(f'../{filename}', 'r') as files:
|
||||
with open(f'{filename}', 'r') as files:
|
||||
data = files.read()
|
||||
with open(f'{filename}', 'w') as output:
|
||||
heads: str = HEAD().__getattribute__(category)
|
||||
|
Loading…
x
Reference in New Issue
Block a user