Skip to content

Commit

Permalink
Update disk signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Mar 14, 2024
1 parent 0dc3bb9 commit 9d236e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/repositories/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def fetch_hardware_only(
DBClient.disk_signature != "28c8edde3d61a0411511d3b1866f0636", # "1"
DBClient.disk_signature != "74be16979710d4c4e7c6647856088456", # ""
DBClient.disk_signature != "d41d8cd98f00b204e9800998ecf8427e", # ""
DBClient.disk_signature != "ffae06fb022871fe9beb58b005c5e21d" # toshiba hdd
DBClient.disk_signature != "d1c651c36f499849f1c9a5843567e686" # toshiba hdd
),
and_(
DBClient.unique_id == unique_id,
Expand Down

0 comments on commit 9d236e7

Please sign in to comment.