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():
|
||||
# NOTE order matters.. twint seems to contain better data
|
||||
# todo probably, worthy an investigation..
|
||||
yield from merge_tweets(twint.likes(), archive.tweets())
|
||||
yield from merge_tweets(twint.tweets(), archive.tweets())
|
||||
|
||||
|
||||
def likes():
|
||||
|
|
Loading…
Add table
Reference in a new issue