try: try: ccfile = open('data.txt', 'r') txns = ccfile.readlines() except IOError: log.write('no txns this monthn')finally: ccfile.close()
Name (required)
email (will not be published) (required)
Website