Call method through self
This commit is contained in:
parent
4a2107d6df
commit
e6b291daa7
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Power:
|
||||||
def body(self):
|
def body(self):
|
||||||
_body = ""
|
_body = ""
|
||||||
for epoch in self.epochs.items():
|
for epoch in self.epochs.items():
|
||||||
_body += Power.pretty_print(self.summarize_epoch(epoch))
|
_body += self.pretty_print(self.summarize_epoch(epoch))
|
||||||
return _body
|
return _body
|
||||||
|
|
||||||
def summarize_time(self, ts):
|
def summarize_time(self, ts):
|
||||||
|
|
Loading…
Reference in a new issue