Small tracker improvements (#1043)

This commit is contained in:
Cønstantine Kovalensky 2023-11-05 09:35:30 +04:00 committed by GitHub
commit eb3ac19f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ function dummy_exit($interval = 1800, $cache_dict = [])
$output['warning message'] = 'Next statistics update in: ' . (floor($interval / 60) % 60) . ' minutes';
}
if (isset($cache_dict['peers6'])) {
if (isset($cache_dict['peers'])) {
$output['peers'] = $cache_dict['peers'];
}