Skip to content

Commit

Permalink
fixes #484
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jun 17, 2021
1 parent 0c73273 commit 5d3f934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions twarc/command2.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ def timelines(T, infile, outfile, limit, timeline_limit, use_search):
users = set([t['author']['id'] for t in ensure_flattened(data)])
except json.JSONDecodeError:
users = set([line])
except ValueError:
users = set([line])

for user in users:

Expand Down
2 changes: 1 addition & 1 deletion twarc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.7'
version = '2.1.8'

0 comments on commit 5d3f934

Please sign in to comment.