summaryrefslogtreecommitdiff
path: root/app/builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/builder')
-rw-r--r--app/builder/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/builder/base.py b/app/builder/base.py
index c3da573..a578920 100644
--- a/app/builder/base.py
+++ b/app/builder/base.py
@@ -70,7 +70,7 @@ class BuildNew():
path = base_path
url = base_path
print(path)
- response = self.client.get(url, HTTP_HOST='127.0.0.1')
+ response = self.client.get(url, HTTP_HOST='127.0.0.1', follow=True)
if page == 0:
self.write_file(base_path, response.content)
self.write_file(path, response.content)