Concatenate the same way and probably avoid extra space

This commit is contained in:
mlncn 2021-05-02 16:58:52 -04:00
parent 321c0832dc
commit fede7fabe2

View file

@ -109,7 +109,7 @@ def main():
end = start + timedelta(minutes=WORK_MIN)
log_step('Start with plan: ' + whatnext, start)
try:
print('Working on: ', whatnext)
print('Working on: ' + whatnext)
countdown_to(end)
if not QUIET:
playsound('res/timesup.aac')