Skip to content

Commit

Permalink
render HID as update preset of current FW instead of UID
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke authored and maringuu committed Oct 10, 2023
1 parent d540fd4 commit 2d446aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_interface/components/analysis_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def _add_preset_from_firmware(plugin_dict, fw: Firmware):
Adds a preset to plugin_dict with all plugins ticked that are processed on the firmware fw.
Returns the name of the new preset.
"""
preset_name = fw.uid
preset_name = fw.get_hid()

previously_processed_plugins = list(fw.processed_analysis.keys())
with suppress(ValueError):
Expand Down

0 comments on commit 2d446aa

Please sign in to comment.