This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Commit d4b76b0
committed
bug: fix dead code in luxminer _get_mac and _get_hashrate
Remove erroneous 'return None' statements placed outside except
blocks, making all subsequent logic unreachable. Same pattern was
already fixed for _get_wattage in 63bf0cd.1 parent 4e04ca9 commit d4b76b0
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | 236 | | |
238 | 237 | | |
239 | 238 | | |
| |||
249 | 248 | | |
250 | 249 | | |
251 | 250 | | |
252 | | - | |
253 | 251 | | |
254 | 252 | | |
255 | 253 | | |
| |||
0 commit comments