made sure year info in the note is an integer
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
" f\"TEL;TYPE=CELL:{phone}\"]\n",
|
||||
" \n",
|
||||
" if rower is True:\n",
|
||||
" lines.append(f'NOTE:JG {year}')\n",
|
||||
" lines.append(f'NOTE:JG {int(year)}')\n",
|
||||
"\n",
|
||||
" if photo_b64:\n",
|
||||
" lines.append(f\"PHOTO;ENCODING=b;TYPE=JPEG:{photo_b64}\")\n",
|
||||
|
||||
Reference in New Issue
Block a user