Update setup-scripts/health-checker.py

This commit is contained in:
Matthew Sevey 2021-02-03 10:30:27 -07:00 committed by GitHub
parent 50dff35da8
commit c752a17058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ async def check_alerts():
repair_str = 'Repair Data Remaining'
# Split the output by line and check for the repair remaining
for line in siac_alert_output.split("\n"):
for line in siac_renter_output.split("\n"):
# Check for the type of alert
if contains_string(line, repair_str):
repair_remaining = line.split()[1]: