From 95d2797cfaf7a5485bd0099911ebd1de8b67acdc Mon Sep 17 00:00:00 2001 From: Sami Turcotte Date: Tue, 21 Apr 2015 05:23:39 -0400 Subject: [PATCH] Fix syntax error --- mdx_oembed/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdx_oembed/endpoints.py b/mdx_oembed/endpoints.py index 0fd23ba..370bfaa 100644 --- a/mdx_oembed/endpoints.py +++ b/mdx_oembed/endpoints.py @@ -18,4 +18,4 @@ DEFAULT_ENDPOINTS = [ oembed.OEmbedEndpoint('http://vimeo.com/api/oembed.json', [ 'https?://vimeo.com/*', ]), -} +]