diff --git a/src/manager/ContentManager.py b/src/manager/ContentManager.py index 85bc010..23f4872 100644 --- a/src/manager/ContentManager.py +++ b/src/manager/ContentManager.py @@ -246,7 +246,7 @@ class ContentManager(ModelManager): content_type=content.type.value, content_id=content.id ).strip('/') - ).strip('/') + ) elif content.type == ContentType.URL: location = 'http://' + content.location if not content.location.startswith('http') else content.location