bugfix
This commit is contained in:
parent
b7eccd352a
commit
b269c9a341
@ -154,7 +154,7 @@ where backid=${backid}$
|
|||||||
'backid': self.backid
|
'backid': self.backid
|
||||||
})
|
})
|
||||||
for r in aio:
|
for r in aio:
|
||||||
self.step(r)
|
await elf.step(r)
|
||||||
await asyncio.sleep(1)
|
await asyncio.sleep(1)
|
||||||
|
|
||||||
async def create_definition(self, org_id, name, description, version, dsl_text, ctxfields):
|
async def create_definition(self, org_id, name, description, version, dsl_text, ctxfields):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user