Skip to content

Commit fc3f10c

Browse files
committed
Update build script
1 parent 3a4c30e commit fc3f10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ def handle_starttag(self, tag, attrs):
5555
f.write(f"</div>".encode())
5656
f.write("</body></html>".encode())
5757

58-
with open("empty", "wb") as f:
58+
with open("./www/empty", "wb") as f:
5959
for _ in range(200): # 800 MB
6060
f.write(os.urandom(4096 * 1024)) # 4 MB

0 commit comments

Comments
 (0)