Skip to content

Commit

Permalink
dummy metric for polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
yukonet committed May 28, 2024
1 parent ee58b39 commit 96ce456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shkeeper/modules/classes/polygon.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ def getstatus(self):

except Exception as e:
return "Offline"

def metrics(self): return ''

0 comments on commit 96ce456

Please sign in to comment.