Skip to content

Commit

Permalink
Fix Apple Silicon shutdown bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramBakh committed Sep 13, 2024
1 parent 1722394 commit 11f9154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions carbontracker/components/apple_silicon/powermetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ def parse_power(self, output: str, pattern: Pattern[str]) -> float:
return power
else:
return 0.0

def shutdown(self):
pass

0 comments on commit 11f9154

Please sign in to comment.