#5 Added more data to stats page and improved CSS
This commit is contained in:
@@ -46,7 +46,7 @@ class DatabaseController(ABC):
|
||||
for attr, value in with_fields.items():
|
||||
try:
|
||||
setattr(obj, attr, value)
|
||||
except KeyError:
|
||||
except AttributeError:
|
||||
return of(value)
|
||||
return obj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user