mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +02:00
30 seconds wait for screenshot (from 1 min)
This commit is contained in:
parent
6132875b6b
commit
1c98e591af
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue