Skip to content

Commit

Permalink
Remove credential leak
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll committed Sep 3, 2024
1 parent 66cb21e commit 87f3076
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exe/catchup
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ Dotenv.load(envfile)
connection_string = ENV["HATHIFILES_MYSQL_CONNECTION"]
connection = HathifilesDatabase.new(connection_string)

connection.logger.info "Connecting to #{connection_string}"

template = DateNamedFile.new "#{HF_FILES}/hathi_upd_%Y%m%d.txt.gz"
files = template.daily_through_yesterday(start_date)

Expand Down

0 comments on commit 87f3076

Please sign in to comment.