MTK-bypass / bypass_utility

MIT License
460 stars 114 forks source link

Runtime Error #56

Closed oicnanev closed 2 years ago

oicnanev commented 2 years ago

When I run main.py, happens this: Traceback (most recent call last): File "C:\Users\lvsit\Desktop\bypass_utility\main.py", line 237, in main() File "C:\Users\lvsit\Desktop\bypass_utility\main.py", line 38, in main raise RuntimeError("Default config is missing") RuntimeError: Default config is missing

Is suposed to have a file called DEFALT_CONFIG?

Thanks in advance

Romaniumch commented 2 years ago

Default config is a file named "default_config.json5" from branch "exploits_collection".

oicnanev commented 2 years ago

Thank you ;)