Skip to content

Commit

Permalink
Support for heat groups
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseFPV authored Dec 9, 2024
1 parent 9d736fe commit a313131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpvscores/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def assemble_settings_complete(rhapi):

class AlchemyEncoder(json.JSONEncoder):
def default(self, obj): #pylint: disable=arguments-differ
custom_vars = ['fpvsuuid','country','node_frequency_band','node_frequency_c','node_frequency_f']
custom_vars = ['fpvsuuid','country','node_frequency_band','node_frequency_c','node_frequency_f', 'display_name']
if isinstance(obj.__class__, DeclarativeMeta):
# an SQLAlchemy class
mapped_instance = inspect(obj)
Expand Down

0 comments on commit a313131

Please sign in to comment.