summaryrefslogtreecommitdiff
path: root/app/pages/build.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-11-21 18:05:19 -0500
committerluxagraf <sng@luxagraf.net>2020-11-21 18:05:19 -0500
commitf9f2ef6d817ea34299521e10ba5a559b9879d773 (patch)
treea322c4ba3ee463c32a6affb27d69b8cdb258765f /app/pages/build.py
parent83a684d3c41c887b8c928dd72a41bc5e9966a8c5 (diff)
another quick fix
Diffstat (limited to 'app/pages/build.py')
-rw-r--r--app/pages/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/pages/build.py b/app/pages/build.py
index 89e939f..9545ce3 100644
--- a/app/pages/build.py
+++ b/app/pages/build.py
@@ -22,4 +22,4 @@ class BuildHome(BuildNew):
def build(self):
response = self.client.get('/')
- self.write_file('', response.content)
+ self.write_file('/', response.content)