Skip to content

Commit

Permalink
remove debug value
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-feature committed Apr 23, 2024
1 parent 208fa4c commit df6f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wd_fw_update/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def wd_fw_update():

# Step 2: Fetch the device list and find the firmware URL
model = model_properties["mn"]
model = "WD_BLACK SN850X 2000GB"

relative_urls = get_fw_url(model=model)

# Step 3: Check firmware version and dependencies
Expand Down

0 comments on commit df6f1fe

Please sign in to comment.