Commit 7fe25550 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes cpu_temp

Showing with 1 addition and 1 deletion
+1 -1
......@@ -29,8 +29,8 @@ class ControllerAbstract(ABC):
self.soh_logger.warning(f'CPU temperature of {self.board_name} is over the limit!')
return cpu_temp
@abstractmethod
@property
@abstractmethod
def _cpu_temp(self):
pass
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment