CensoredUsername / unrpyc

A ren'py script decompiler
Other
824 stars 149 forks source link

def visit_FunctionDef(self, node, async=False): #151

Closed ParaliyzedEvo closed 1 year ago

ParaliyzedEvo commented 1 year ago

Keeps saying def visit_FunctionDef(self, node, async=False): ^^^^^ SyntaxError: invalid syntax for no reason at all. Please help

CensoredUsername commented 1 year ago

async became a keyword in python 3. I suggest using Python 2.7 until the tool is updated to support python 3.