From 1bf4cb23791637c78e20a983c74bcad9032c8900 Mon Sep 17 00:00:00 2001 From: Dashgin <76277687+dashgin@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:59:12 +0400 Subject: [PATCH] update currency main symbol and currency native symbol for AZN(Azerbaijani Manat) --- price_parser/_currencies.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/price_parser/_currencies.py b/price_parser/_currencies.py index a6563aa..94edfeb 100644 --- a/price_parser/_currencies.py +++ b/price_parser/_currencies.py @@ -109,9 +109,9 @@ "np": "Aruban Florins" }, "AZN": { - "s": "man.", + "s": "₼", "n": "Azerbaijani Manat", - "sn": "ман.", + "sn": "₼", "d": 2, "r": 0, "np": "Azerbaijani manats"