Fix updating of cookies

This commit is contained in:
Omar Roth
2019-11-10 10:02:02 -05:00
parent 494c954cbb
commit 8af87f1a8b

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