def workerstuff(): if working: print "I am trying to work now" workertasks.more_blocks(50) workertasks.checkaddresses() #try: workertasks.tx_queue_batches() else: print "working is off"
def workerstuff(): print "I am trying to work now" #workertasks.checkaddresses() #try: workertasks.more_blocks(20)
import workertasks workertasks.more_blocks(1000)