this is the third time i've had to refactor this code after handing it to the radio guys. they don't know how to debug so they uses print statements. while totally fine for most cases what is not fine is `except:` huge chunks of code then `print('There was an error")`, disregarding all stack traces or anything useful. #python