summaryrefslogtreecommitdiff
path: root/app/builder/base.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-12-07 21:31:43 -0500
committerluxagraf <sng@luxagraf.net>2015-12-07 21:31:43 -0500
commit5dc9b251a29c79fdd0dafc9ef79318e8f213cb3a (patch)
tree4b586df9bac055907ae35f94c1c7fa67f40a3465 /app/builder/base.py
parent6ad212ae8a542e93d173c2b8e6efcd68109380c8 (diff)
added builder to resume section
Diffstat (limited to 'app/builder/base.py')
-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)