mirror of
https://github.com/Redume/Shirino.git
synced 2025-02-04 09:58:57 +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,
|
||||
'date': date,
|
||||
'conv_amount': self.amount
|
||||
},
|
||||
timeout=3) as res:
|
||||
}) as res:
|
||||
if not HTTPStatus(res.status).is_success:
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue