summaryrefslogtreecommitdiff
path: root/app/links
diff options
context:
space:
mode:
Diffstat (limited to 'app/links')
-rw-r--r--app/links/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/links/models.py b/app/links/models.py
index d7e04c4..bc7973c 100644
--- a/app/links/models.py
+++ b/app/links/models.py
@@ -42,7 +42,7 @@ def get_source(source):
r = requests.get(url, timeout=15.001)
data = r.json()
except:
- data = ""
+ data = ['markdown': 'error getting markdown']
return data