Fix updating of cookies

This commit is contained in:
Omar Roth 2019-11-10 10:02:02 -05:00
parent 494c954cbb
commit 8af87f1a8b
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

View File

@ -220,6 +220,7 @@ if CONFIG.captcha_key
end
# Persist cookies between runs
CONFIG.cookies = config.cookies
File.write("config/config.yml", config.to_yaml)
end
end