rm url = obj.url

This commit is contained in:
Akash Mahanty
2021-01-02 11:19:09 +05:30
committed by GitHub
parent 7c7fd75376
commit bb4dbc7d3c

View File

@ -15,7 +15,6 @@ def _save(obj):
return obj.save()
except Exception as err:
e = str(err)
url = obj.url
m = re.search(r"Header:\n(.*)", e)
if m:
header = m.group(1)