Skip to content

Commit

Permalink
Update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
ondenman committed Aug 4, 2016
1 parent c985062 commit 6c2af69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/everypolitician/twitter_list
revision: 25087ee3d4b97a0bfeac37d9c915d018d1ce453b
revision: 06ec0b4521a964674ba482dfa3efc0dc43c1a1e0
specs:
twitter_list (0.0.1)
twitter_list (0.0.2)
twitter

GIT
Expand Down
2 changes: 1 addition & 1 deletion scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
abort "Need to set ENV['MORPH_TWITTER_TOKENS']" unless ENV.key? 'MORPH_TWITTER_TOKENS'
twitter_list = TwitterList::Scraper.new(twitter_tokens: ENV['MORPH_TWITTER_TOKENS'])

ScraperWiki.save_sqlite([:id], twitter_list.people('NZParliament', 'new-mps-as-at-20-10-2014'))
ScraperWiki.save_sqlite([:id], twitter_list.people('NZParliament', 'new-mps-as-at-20-10-2014'))

0 comments on commit 6c2af69

Please sign in to comment.