Skip to content

Commit d99d906

Browse files
committed
feat(toggl): write user info back to file
1 parent 39f1267 commit d99d906

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

notebooks/toggl-to-harvest.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,16 @@
152152
"source[\"Last Name\"] = source[\"Last Name\"].astype(\"category\")\n",
153153
"source.dtypes"
154154
]
155+
},
156+
{
157+
"cell_type": "code",
158+
"execution_count": null,
159+
"metadata": {},
160+
"outputs": [],
161+
"source": [
162+
"if len(USER_INFO) > 0 and USER_INFO_FILE:\n",
163+
" write_user_info(USER_INFO)"
164+
]
155165
}
156166
],
157167
"metadata": {

0 commit comments

Comments
 (0)