nhathuy07 commited on
Commit
6313289
·
verified ·
1 Parent(s): ba0549c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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.del(id).execute())
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