How to Solve NameError: name 'cmd_pull' is not defined -- txclib

Solution: Import the 'cmd_pull' module

# Add the following line to the top of your code
from txclib.commands import cmd_pull

 

For more information:
txclib cmd_pull