We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76129b commit b6f5ee4Copy full SHA for b6f5ee4
infoplaca/utils.py
@@ -30,7 +30,7 @@ def format_plate_info(info: dict) -> str:
30
<b>Chassi:</b> <code>{}</code>
31
<b>Modelo:</b> <code>{}</code>
32
<b>Cor:</b> <code>{}</code>
33
-<b>Ano:</b> <code>{}</code>
+<b>Ano/Modelo:</b> <code>{}/{}</code>
34
<b>Cidade:</b> <code>{} - {}</code>
35
<b>Situação:</b> <code>{}</code>
36
@@ -41,6 +41,7 @@ def format_plate_info(info: dict) -> str:
41
info["modelo"].title(),
42
info["cor"].title(),
43
info["ano"],
44
+ info["anoModelo"],
45
info["municipio"].title(),
46
info["uf"],
47
info["situacao"],
0 commit comments