Closed Lanjelin closed 1 year ago
Setting verbose to string '0' makes it true in later checks. Changed parsing to use integers.
This way it could be run using python3 plutus.py verbose=0, and it would not do verbose mode.
python3 plutus.py verbose=0
Setting verbose to string '0' makes it true in later checks.
Changed parsing to use integers.
This way it could be run using
python3 plutus.py verbose=0
, and it would not do verbose mode.