Fix double typo mistakes

This commit is contained in:
benjamin melançon 2021-05-26 12:48:36 -04:00
parent f6dadbfab0
commit baee9b5087

View file

@ -21,7 +21,7 @@ for filename in all_files:
timelog = pd.concat(li, axis=0, ignore_index=True)
timelog = timelog.dropduplicates(inplace=True)
timelog.drop_duplicates(inplace=True)
# Dump bad data. The real solution here is to get rid of the damned 'Cancel'
# button on the Pomodoro Prompt dialog, but i don't know how to do that, so we