Hey everyone, I'm getting this message with Python...
# support-questions
e
Hey everyone, I'm getting this message with Python SDK:
Copy code
/usr/local/lib/python3.9/site-packages/supertokens_python/supertokens.py:230: RuntimeWarning: coroutine 'Supertokens.send_telemetry' was never awaited

  Supertokens.__instance = Supertokens(

RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Is it a bug? This probably refers to this line in the code: https://github.com/supertokens/supertokens-python/blob/1a1488bb229b2140a9a115d4ba998f1cf76bd649/supertokens_python/supertokens.py#L197
2 Views