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 3a4c30e commit fc3f10cCopy full SHA for fc3f10c
build.py
@@ -55,6 +55,6 @@ def handle_starttag(self, tag, attrs):
55
f.write(f"</div>".encode())
56
f.write("</body></html>".encode())
57
58
-with open("empty", "wb") as f:
+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