# HG changeset patch # User ymh # Date 1547142790 -3600 # Node ID e0b3ef3c07d0c8d3a64dec1b358f6a5823b11869 # Parent 14a9bed2e3cd075b50498ea9bade9bf90d621d1e small corrections diff -r 14a9bed2e3cd -r e0b3ef3c07d0 script/lib/iri_tweet/iri_tweet/stream.py --- a/script/lib/iri_tweet/iri_tweet/stream.py Thu Jan 10 18:36:36 2019 +0100 +++ b/script/lib/iri_tweet/iri_tweet/stream.py Thu Jan 10 18:53:10 2019 +0100 @@ -193,7 +193,7 @@ yield tweet if has_stopped: - raise StopIteration() + return def close(self): diff -r 14a9bed2e3cd -r e0b3ef3c07d0 script/virtualenv/script/res/requirement.txt --- a/script/virtualenv/script/res/requirement.txt Thu Jan 10 18:36:36 2019 +0100 +++ b/script/virtualenv/script/res/requirement.txt Thu Jan 10 18:53:10 2019 +0100 @@ -5,7 +5,6 @@ cssselect==1.0.3 docutils==0.14 idna==2.8 -iri-tweet===0.82.0final0 isort==4.3.4 lazy-object-proxy==1.3.1 lockfile==0.12.2