Skip to content

Commit 681e13f

Browse files
committed
feat(toggl): write user info back to file
1 parent 0b05cfb commit 681e13f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

notebooks/toggl-to-harvest.ipynb

+10
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@
149149
"source[\"Last Name\"] = source[\"Last Name\"].astype(\"category\")\n",
150150
"source.dtypes"
151151
]
152+
},
153+
{
154+
"cell_type": "code",
155+
"execution_count": null,
156+
"metadata": {},
157+
"outputs": [],
158+
"source": [
159+
"if len(USER_INFO) > 0 and USER_INFO_FILE:\n",
160+
" write_user_info(USER_INFO)"
161+
]
152162
}
153163
],
154164
"metadata": {

0 commit comments

Comments
 (0)