opentensor / validators

Repository for bittensor validators
https://www.bittensor.com/
MIT License
14 stars 9 forks source link

Need to use print exception instead #135

Closed camfairchild closed 1 year ago

camfairchild commented 1 year ago

This switches from print_exc to print_exception due to incorrect passing of args.
An alternative is print_exc() with no argument.