This commit is contained in:
Виктор 2023-12-26 10:04:23 +03:00 committed by GitHub
parent fb5ef9db01
commit 5aecf4b8f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ def go_through(directory):
fier = content[content.find('/'):]
if len(fier) != 0: fier += ""/
if len(fier) != 0: fier += "/"
loc = f"{fier}{filename}/index.html"
os.makedirs(f'build/{fier}{filename}')