while running this script I am getting this exception and when on debugging I found that the data which is returning c.matches() doesn't contain mchdesc and I think this is a need to replaced by src.
Traceback (most recent call last):
File "", line 2, in
KeyError: 'mchdesc'
while running this script I am getting this exception and when on debugging I found that the data which is returning
c.matches()
doesn't contain mchdesc and I think this is a need to replaced by src.