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",
|
" f\"TEL;TYPE=CELL:{phone}\"]\n",
|
||||||
" \n",
|
" \n",
|
||||||
" if rower is True:\n",
|
" if rower is True:\n",
|
||||||
" lines.append(f'NOTE:JG {year}')\n",
|
" lines.append(f'NOTE:JG {int(year)}')\n",
|
||||||
"\n",
|
"\n",
|
||||||
" if photo_b64:\n",
|
" if photo_b64:\n",
|
||||||
" lines.append(f\"PHOTO;ENCODING=b;TYPE=JPEG:{photo_b64}\")\n",
|
" lines.append(f\"PHOTO;ENCODING=b;TYPE=JPEG:{photo_b64}\")\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user