This commit is contained in:
jaydee
2024-12-16 21:54:19 +01:00
parent dd27f6a46f
commit b71f90fb48

View File

@ -230,7 +230,7 @@ if _RESTORE:
print(output.splitlines())
for file in output.splitlines():
print(file)
f = open(contents)
f = open(file)
contents = f.read()
f.close()
contents = re.sub(r'^\s+set \$server\s+\"\w+.\w+.\w+.\w+\";', '</html>', contents)