mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix updating of cookies
This commit is contained in:
parent
494c954cbb
commit
8af87f1a8b
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ if CONFIG.captcha_key
|
||||||
end
|
end
|
||||||
|
|
||||||
# Persist cookies between runs
|
# Persist cookies between runs
|
||||||
|
CONFIG.cookies = config.cookies
|
||||||
File.write("config/config.yml", config.to_yaml)
|
File.write("config/config.yml", config.to_yaml)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue