made sure year info in the note is an integer

This commit is contained in:
2026-03-26 14:38:50 +01:00
parent 7fc9ac6df4
commit acea419ee9

View File

@@ -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",