Moments before disaster.
This commit is contained in:
@@ -124,7 +124,7 @@ class Contact(BaseClass):
|
||||
Base of Contact
|
||||
"""
|
||||
|
||||
searchables =[]
|
||||
searchables = []
|
||||
|
||||
id = Column(INTEGER, primary_key=True) #: primary key
|
||||
name = Column(String(64)) #: contact name
|
||||
|
||||
Reference in New Issue
Block a user