online fixes for ruby

This commit is contained in:
uwsgi
2017-02-11 12:48:30 +01:00
parent 621e1ca1ad
commit 49ac42b9a5
8 changed files with 65 additions and 45 deletions

View File

@@ -34,7 +34,7 @@ def fbfeedelement(h):
return art
def fbfeed(url, raw):
def fbfeed(url, raw, params={}):
js = json.loads(raw)
arts=[]
u=urlparse.urlparse(url)