Found this error trying to run python cli.py db_create with Python 3.8.
File "cli.py", line 162
'''SELECT id, created FROM task_run WHERE created LIKE ('\x%')''')
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 54-55: truncated \xXX escape
And I am sending the easy solution. Can you check that it works with other Python versions?
Found this error trying to run
python cli.py db_create
with Python 3.8.File "cli.py", line 162 '''SELECT id, created FROM task_run WHERE created LIKE ('\x%')''') ^ SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 54-55: truncated \xXX escape
And I am sending the easy solution. Can you check that it works with other Python versions?