diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-21 18:05:19 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-21 18:05:19 -0500 |
commit | f9f2ef6d817ea34299521e10ba5a559b9879d773 (patch) | |
tree | a322c4ba3ee463c32a6affb27d69b8cdb258765f /app/pages/build.py | |
parent | 83a684d3c41c887b8c928dd72a41bc5e9966a8c5 (diff) |
another quick fix
Diffstat (limited to 'app/pages/build.py')
-rw-r--r-- | app/pages/build.py | 2 |
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) |