semantle-he icon indicating copy to clipboard operation
semantle-he copied to clipboard

semantle.py command line does not work

Open shushui opened this issue 3 years ago • 1 comments

python scripts/semantle.py
  File "/Users/[email protected]/IdeaProjects/semantle-he/scripts/semantle.py", line 21
    secret = await logic.secret_logic.get_secret()
             ^
SyntaxError: 'await' outside async function

shushui avatar Apr 30 '22 14:04 shushui

https://stackoverflow.com/questions/52027030/why-can-i-only-use-the-await-keyword-inside-of-async-function

ishefi avatar Apr 30 '22 14:04 ishefi

should work now

Iddoyadlin avatar Nov 27 '22 07:11 Iddoyadlin