mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-08 17:53:10 +02:00
Linting and code cleanup for an imitation of order
This commit is contained in:
@@ -13,4 +13,5 @@ def sample_channel_key():
|
||||
def sample_hashtag_key():
|
||||
"""A channel key derived from hashtag name '#test'."""
|
||||
import hashlib
|
||||
|
||||
return hashlib.sha256(b"#test").digest()[:16]
|
||||
|
||||
Reference in New Issue
Block a user