Show fleet state checksums as hex instead of an escaped bytestring

pull/2946/head
Bogdan Opanchuk 2022-05-25 18:24:33 -07:00
parent 87126307c5
commit 00d19de5d1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def character_span(character):
<td>
<span>${state.population} nodes</span>
<br/>
<span class="checksum">${bytes(state.checksum)[0:8]}</span>
<span class="checksum">0x${bytes(state.checksum)[0:8].hex()}</span>
</td>
</tr>
</table>