diff options
Diffstat (limited to 'bin/gtk-fair-viewer')
-rwxr-xr-x | bin/gtk-fair-viewer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index dd06cfa..36f029d 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -2490,7 +2490,7 @@ sub display_results { my $current_instance = $yv_obj->get_api_host(); # Server error. Pick another invidious instance. - # $yv_obj->pick_and_set_random_instance(); + $yv_obj->pick_and_set_random_instance(); die "Probably $current_instance is down.\n" . "\nTry changing the `api_host` in configuration file:\n\n" |