30 seconds wait for screenshot (from 1 min)

This commit is contained in:
Kyle Drake 2016-09-20 21:00:53 +00:00
parent 6132875b6b
commit 1c98e591af
4 changed files with 4 additions and 4 deletions

View file

@ -150,5 +150,5 @@ CSV.foreach("./files/country_codes.csv") do |row|
end
gandi_opts = {}
gandi_opts[:env] = :test unless ENV['RACK_ENV'] == 'production'
gandi_opts[:env] = :test # unless ENV['RACK_ENV'] == 'production'
$gandi = Gandi::Session.new $config['gandi_api_key'], gandi_opts