Fix double typo mistakes
This commit is contained in:
parent
f6dadbfab0
commit
baee9b5087
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ for filename in all_files:
|
||||||
|
|
||||||
timelog = pd.concat(li, axis=0, ignore_index=True)
|
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'
|
# 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
|
# button on the Pomodoro Prompt dialog, but i don't know how to do that, so we
|
||||||
|
|
Loading…
Reference in a new issue