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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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