Skip to content

Commit

Permalink
trying to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwanreza committed May 18, 2010
1 parent 45e6777 commit 437c8c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions config/config.yml

This file was deleted.

1 change: 0 additions & 1 deletion lib/preserveet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def connect_to_database(environment)
def connect_to_twitter(email = config['twitter']['email'], password = config['twitter']['password'])
httpauth = Twitter::HTTPAuth.new(config['twitter']['email'], config['twitter']['password'])
@client = Twitter::Base.new(httpauth)

end

def tweets
Expand Down

0 comments on commit 437c8c3

Please sign in to comment.