Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Nov 4, 2024
1 parent b2c3d67 commit e46c346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ If you want more examples, please open a documentation issue.
export_request.verbose = true
begin
# download files - be sure that GOOGLE_APPLICATION_CREDENTIALS is set if you use service account
export_request.downloaded_csvs = DownloadSpreadsheets.new.call(export_request: export_request)
export_request.downloaded_csvs = AdLocalize::Interactors::DownloadSpreadsheets.new.call(export_request: export_request)
# execute request
AdLocalize::Interactors::ExecuteExportRequest.new.call(export_request: export_request)
AdLocalize::Interactors::ProcessExportRequest.new.call(export_request: export_request)
ensure
export_request.downloaded_csvs.each do |file|
file.close
Expand Down

0 comments on commit e46c346

Please sign in to comment.