updated webutils dependency
This commit is contained in:
parent
8bd14228d7
commit
c34a074bfc
@ -190,7 +190,7 @@ class Form:
|
|||||||
if self.url is None:
|
if self.url is None:
|
||||||
raise AttributeError("`url` attribute not set")
|
raise AttributeError("`url` attribute not set")
|
||||||
from aiohttp import ClientSession
|
from aiohttp import ClientSession
|
||||||
from webutils import in_async_session
|
from webutils_df import in_async_session
|
||||||
|
|
||||||
@in_async_session
|
@in_async_session
|
||||||
async def post(url: str, data: dict, session: ClientSession = None) -> str:
|
async def post(url: str, data: dict, session: ClientSession = None) -> str:
|
||||||
|
Loading…
Reference in New Issue
Block a user