mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-06 20:04:51 +00:00
Fix wrap
This commit is contained in:
parent
544ff6465b
commit
ab1259eb2b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import asyncio
|
import asyncio
|
||||||
|
from functools import wraps
|
||||||
|
|
||||||
def asyncify(func):
|
def asyncify(func):
|
||||||
async def inner(*args, **kwargs):
|
async def inner(*args, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue