summaryrefslogtreecommitdiff
path: root/crocoite/controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'crocoite/controller.py')
-rw-r--r--crocoite/controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crocoite/controller.py b/crocoite/controller.py
index 113c139..bc6f948 100644
--- a/crocoite/controller.py
+++ b/crocoite/controller.py
@@ -67,7 +67,7 @@ class SinglePageController:
self.logger = logger
def run (self):
- ret = {'stats': None, 'links': None}
+ ret = {'stats': None, 'links': []}
with self.service as browser:
browser = pychrome.Browser (url=browser)