From fa20a8ac8912cb69d8acf2dc3aa3504b9c946c9f Mon Sep 17 00:00:00 2001 From: emile Date: Sat, 17 Aug 2024 12:42:33 +0300 Subject: [PATCH] ne --- osinaweb/osichat/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osinaweb/osichat/models.py b/osinaweb/osichat/models.py index c1ecdf74..f0627eec 100644 --- a/osinaweb/osichat/models.py +++ b/osinaweb/osichat/models.py @@ -83,7 +83,7 @@ class Visitor(models.Model): return flag_url @property def notification_flag_image_url(self): - flag_url = f"https://flagcdn.com/w640/{self.country.lower()}.svg/" + flag_url = f"https://flagcdn.com/w640/{self.country.lower()}.png" return flag_url @property def is_online(self):