Skip to content

Commit

Permalink
Remove empty line from user-agents.txt. Bump version to 20180813.02.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkiver2 committed Aug 13, 2018
1 parent c29364d commit 0702ef1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline.py
Expand Up @@ -58,7 +58,7 @@
#
# Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker.
VERSION = '20180813.01'
VERSION = '20180813.02'
with open('user-agents.txt', 'r') as f:
USER_AGENT = random.choice(f.read().splitlines()).strip()
TRACKER_ID = 'google-newspapers'
Expand Down
1 change: 0 additions & 1 deletion user-agents.txt
Expand Up @@ -3903,4 +3903,3 @@ Opera/9.80 (X11; Linux x86_64; U; Ubuntu/10.10 (maverick); pl) Presto/2.7.62 Ver
Opera/9.80 (X11; U; Linux i686; en-US; rv:1.9.2.3) Presto/2.2.15 Version/10.10
Opera/9.99 (Windows NT 5.1; U; pl) Presto/9.9.9
Opera/9.99 (X11; U; sk)

0 comments on commit 0702ef1

Please sign in to comment.