aboutsummaryrefslogtreecommitdiffstats
path: root/edaweb/services.py
diff options
context:
space:
mode:
Diffstat (limited to 'edaweb/services.py')
-rw-r--r--edaweb/services.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/edaweb/services.py b/edaweb/services.py
index 14d7d23..eca2bde 100644
--- a/edaweb/services.py
+++ b/edaweb/services.py
@@ -247,7 +247,7 @@ def parse_tweet(tweet_url):
return dt, replying_to, text, images
-def scrape_whispa(whispa_url):
+def scrape_whispa(whispa_url, since = None):
tree = html.fromstring(requests.get(whispa_url).content.decode())
qnas = []
# we're not doing proper HTML scraping here really... since the site uses client side rendering