1.started removal of CDNs.\n 2. Improved modular structure for all parts of project including database.
This commit is contained in:
@@ -55,7 +55,7 @@ class SQL_Error(db.Model):
|
||||
super().__init__()
|
||||
"""
|
||||
|
||||
def make_from_DB_record(record):
|
||||
def from_DB_record(record):
|
||||
error = SQL_Error()
|
||||
error.display_order = record[0]
|
||||
error.code = record[1]
|
||||
|
||||
Reference in New Issue
Block a user