Skip to content

Commit 14896a8

Browse files
committed
clean up
1 parent 4ff39cf commit 14896a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

52/lauramariel/pomodoro.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ def timer(timer_type):
99
endtime = datetime.now() + timedelta(minutes=5)
1010
elif timer_type == "long_break":
1111
endtime = datetime.now() + timedelta(minutes=10)
12-
else:
13-
endtime = ""
14-
print(f"Error")
1512

1613
while (datetime.now().replace(microsecond=0) != endtime.replace(microsecond=0)):
1714
timeleft = endtime - datetime.now()

0 commit comments

Comments
 (0)