Skip to content

Commit 3a73e1e

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,3 @@ def handle_starttag(self, tag, attrs):
5454
f.write(f": {html_escape(title)}".encode())
5555
f.write(f"</div>".encode())
5656
f.write("</body></html>".encode())
57-
58-
with open("./www/empty", "wb") as f:
59-
for _ in range(200): # 800 MB
60-
f.write(os.urandom(4096 * 1024)) # 4 MB

0 commit comments

Comments
 (0)