From baee9b50876a53aaf1c334e6cc17a0bb7f2c43cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Wed, 26 May 2021 12:48:36 -0400 Subject: [PATCH] Fix double typo mistakes --- pomodoro_to_harvest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index eef4e13..ac4990c 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -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