1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +01:00

Fixed indention

This commit is contained in:
2016-12-29 20:59:45 +01:00
parent abdc11361a
commit 412b4a93c7

View File

@@ -293,7 +293,7 @@ def get_cached_tags(userkey):
def make_external(url):
return urljoin(request.url_root, url)
return urljoin(request.url_root, url)
@app.errorhandler(404)