mirror of
https://github.com/Redume/Shirino.git
synced 2025-02-04 17:58:58 +03:00
chore: deleted timeout in request
This commit is contained in:
parent
8cc073c473
commit
c7ab4b72f9
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ class Converter:
|
||||||
'conv_currency': self.conv_currency,
|
'conv_currency': self.conv_currency,
|
||||||
'date': date,
|
'date': date,
|
||||||
'conv_amount': self.amount
|
'conv_amount': self.amount
|
||||||
},
|
}) as res:
|
||||||
timeout=3) as res:
|
|
||||||
if not HTTPStatus(res.status).is_success:
|
if not HTTPStatus(res.status).is_success:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue