add recipe class
This commit is contained in:
@@ -73,6 +73,9 @@ class TimerView(View):
|
||||
text_y = self.center[1] - text_height // 2
|
||||
|
||||
draw.text((text_x, text_y), time_text, fill='black')
|
||||
else:
|
||||
self.reset_timer()
|
||||
return im # No time to display
|
||||
|
||||
# Draw progress circle if goal is set
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user