solathon
solathon copied to clipboard
TypeError: 'type' object is not subscriptable
Traceback (most recent call last):
File "sollong_test.py", line 9, in
Env: Linux racknerd-63e53c 5.4.0-28-generic #32-Ubuntu SMP Wed Apr 22 17:40:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux solathon 0.1.9
test code:-------------------- async def sign(): print('sign')
if name == 'main': ##########签到 asyncio.run(sign())
What is your Python verison @Panda-2009?
issue was fixed. feel free to reopen if you face the problem again