Skip to content

Commit

Permalink
Update substance_tracker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palladium-o authored Nov 6, 2023
1 parent 8b8d770 commit a6de760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substance_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def weekly_time_mean(self) -> float:
) / 7

@property
def draw(self):
def echo(self):
print(
f'\n--------------------------\n'
f'{"Day":7}{SUBSTANCE:7}'
Expand All @@ -87,7 +87,7 @@ def draw(self):

print(
'\n'.join(
i.draw
i.echo
for i in self.week_dose_mean
)
)
Expand Down

0 comments on commit a6de760

Please sign in to comment.