Open Khayo-7 opened 2 years ago
change line #391
return (False, 'Can\'t connect to {}').format(url)
to
return (False, 'Can\'t connect to {}'.format(url))
change line #391
to