removed debug print statement, thanks Niphlod
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.3.0 (2012-12-12 22:06:35) rc1
|
||||
Version 2.3.0 (2012-12-13 08:21:23) rc1
|
||||
|
||||
@@ -146,7 +146,6 @@ def oembed(url):
|
||||
oembed = v + '?format=json&url=' + cgi.escape(url)
|
||||
try:
|
||||
data = urllib.urlopen(oembed).read()
|
||||
print data
|
||||
return loads(data) # json!
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user