Updated db.py

changed __repr__ else statement to allow for custom id entries
pull/1877/head
Zaroz 3 years ago committed by GitHub
parent 87d6008dfc
commit 940c9c45d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -159,7 +159,7 @@ class Identifiers(Base):
elif format_type == "url":
return u"{0}".format(self.val)
else:
return u""
return u"{0}".format(self.val)
class Comments(Base):

Loading…
Cancel
Save