pvarki / python-rasenmaeher-api

1 stars 0 forks source link

addtestusers cli endpoint does not await the coroutine #54

Closed rambo closed 1 year ago

rambo commented 1 year ago

With the orm changes create_test_users became a coroutine

./rasenmaeher_api -v addtestusers
<coroutine object create_test_users at 0x7f9438fca650>
sys:1: RuntimeWarning: coroutine 'create_test_users' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback