🐛 修正快取問題

This commit is contained in:
踢低吸 2022-09-05 12:13:33 +08:00 committed by GitHub
parent bb8461b440
commit 4a99f8962d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)