Rivvie Wrote:Any ideas?This is kind of embarrassing. I apparently hacked that feature in.
In morph/main.py on or around line 44 you need to change:
Code:
if not C('enabled'): continueCode:
if not C('enabled') and not C('analyze'): continueRivvie Wrote:Any ideas?This is kind of embarrassing. I apparently hacked that feature in.
if not C('enabled'): continueif not C('enabled') and not C('analyze'): continue| Messages In This Thread |