We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409d12a commit 68dcbe5Copy full SHA for 68dcbe5
src/invidious/config.cr
@@ -267,8 +267,8 @@ class Config
267
elsif config.invidious_companion_key == "CHANGE_ME!!"
268
puts "Config: The value of 'invidious_companion_key' needs to be changed!!"
269
exit(1)
270
- elsif config.invidious_companion_key.size < 16
271
- puts "Config: The value of 'invidious_companion_key' needs to be a size of 16 or more."
+ elsif config.invidious_companion_key.size != 16
+ puts "Config: The value of 'invidious_companion_key' needs to be a size of 16 characters."
272
273
end
274
elsif config.signature_server
0 commit comments