typo fix. that was embarrassing!
This commit is contained in:
parent
614fcce26b
commit
1d681eb802
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@ def merge_tweets(*sources):
|
||||||
|
|
||||||
|
|
||||||
def tweets():
|
def tweets():
|
||||||
# NOTE order matters.. twint seems to contain better data
|
yield from merge_tweets(twint.tweets(), archive.tweets())
|
||||||
# todo probably, worthy an investigation..
|
|
||||||
yield from merge_tweets(twint.likes(), archive.tweets())
|
|
||||||
|
|
||||||
|
|
||||||
def likes():
|
def likes():
|
||||||
|
|
Loading…
Add table
Reference in a new issue