I've forked the repo and started making some changes to try something out, but the code appears to have a signature checker, because when I try to run main.py the only output I get is the git diff and then the code exits. Any suggestions on how to disable that?
Obviously I have verified that I can run main.py locally on the master branch, the issue is on my custom branch.
I've forked the repo and started making some changes to try something out, but the code appears to have a signature checker, because when I try to run
main.py
the only output I get is the git diff and then the code exits. Any suggestions on how to disable that?Obviously I have verified that I can run
main.py
locally on the master branch, the issue is on my custom branch.