Skip to content

Commit

Permalink
Update filguard_alert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jyma committed Aug 25, 2021
1 parent b485eb1 commit d9d122b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filguard_alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def p2_overtime_check():
return False

# C2任务超时检查
def p2_overtime_check():
def c2_overtime_check():
global c2_job_time_alert
out = sp.getoutput("lotus-miner sealing jobs | grep -w C2 | awk '{ print $7}' | head -n 2 | tail -n 1")
print('overtime_check:')
Expand Down

0 comments on commit d9d122b

Please sign in to comment.