We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3f10c commit 3a73e1eCopy full SHA for 3a73e1e
build.py
@@ -54,7 +54,3 @@ def handle_starttag(self, tag, attrs):
54
f.write(f": {html_escape(title)}".encode())
55
f.write(f"</div>".encode())
56
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