Skip to content

Commit 42c0235

Browse files
committed
feat(toggl): write user info back to file
1 parent 5678b37 commit 42c0235

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
@@ -151,6 +151,16 @@
151151
"source[\"Last Name\"] = source[\"Last Name\"].astype(\"category\")\n",
152152
"source.dtypes"
153153
]
154+
},
155+
{
156+
"cell_type": "code",
157+
"execution_count": null,
158+
"metadata": {},
159+
"outputs": [],
160+
"source": [
161+
"if len(USER_INFO) > 0 and USER_INFO_FILE:\n",
162+
" write_user_info(USER_INFO)"
163+
]
154164
}
155165
],
156166
"metadata": {

0 commit comments

Comments
 (0)