From c7ab4b72f9f0644c0661bfa13c5ee4224c9305d8 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 9 Jan 2025 00:02:42 +0300 Subject: [PATCH] chore: deleted timeout in request --- functions/convert.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/convert.py b/functions/convert.py index 7c18700..1e898c4 100644 --- a/functions/convert.py +++ b/functions/convert.py @@ -37,8 +37,7 @@ class Converter: 'conv_currency': self.conv_currency, 'date': date, 'conv_amount': self.amount - }, - timeout=3) as res: + }) as res: if not HTTPStatus(res.status).is_success: return False