Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -84,7 +84,7 @@ async def __internal_tmp_r(id):
|
|
84 |
|
85 |
async def __internal_tmp_d(id):
|
86 |
async with r.pipeline(transaction=True) as pipeline:
|
87 |
-
res = await (pipeline.
|
88 |
|
89 |
async def __mltest(request):
|
90 |
pass
|
|
|
84 |
|
85 |
async def __internal_tmp_d(id):
|
86 |
async with r.pipeline(transaction=True) as pipeline:
|
87 |
+
res = await (pipeline.delete(id).execute())
|
88 |
|
89 |
async def __mltest(request):
|
90 |
pass
|