This commit is contained in:
parent
b0141d87fa
commit
a08fafd852
2 changed files with 4 additions and 4 deletions
|
@ -19,9 +19,9 @@ module Invidious::HttpServer
|
|||
LOGGER.debug("CheckExternalProxy: Proxy '#{proxy}' is not available")
|
||||
end
|
||||
end
|
||||
if @@proxy_alive.empty?
|
||||
LOGGER.warn("CheckExternalProxy: No proxies alive! Using own server proxy")
|
||||
end
|
||||
if @@proxy_alive.empty?
|
||||
LOGGER.warn("CheckExternalProxy: No proxies alive! Using own server proxy")
|
||||
end
|
||||
end
|
||||
|
||||
def get_external_proxy
|
||||
|
|
Loading…
Add table
Reference in a new issue