Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to convert_code in main #4

Closed
Vaarai opened this issue Jul 25, 2018 · 1 comment
Closed

Call to convert_code in main #4

Vaarai opened this issue Jul 25, 2018 · 1 comment

Comments

@Vaarai
Copy link

Vaarai commented Jul 25, 2018

Line 175, your call to convert_code is preceded by 'rockstar.', so it doesn't work.

origin:
rockstar.convert_code(rockstar_code, py_rockstar)

fix:
convert_code(rockstar_code, py_rockstar)

It's working !!

@yyyyyyyan
Copy link
Owner

yyyyyyyan commented Jul 25, 2018

It works. The problem was the missing import re, but it's now fixed on version 1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants