mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Removed unnecessary create_task (#706)
This commit is contained in:
parent
7a5ab4bffa
commit
1c225776c9
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class SaveFile(Scaffold):
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await self.loop.create_task(session.send(data))
|
await session.send(data)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.error(e)
|
log.error(e)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue