manager: hush flake8
This commit is contained in:
parent
7084cbcb6f
commit
78358358bc
|
@ -37,9 +37,11 @@ class UnknownDilationMessageType(Exception):
|
||||||
class ReceivedHintsTooEarly(Exception):
|
class ReceivedHintsTooEarly(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def make_side():
|
def make_side():
|
||||||
return bytes_to_hexstr(os.urandom(6))
|
return bytes_to_hexstr(os.urandom(6))
|
||||||
|
|
||||||
|
|
||||||
# new scheme:
|
# new scheme:
|
||||||
# * both sides send PLEASE as soon as they have an unverified key and
|
# * both sides send PLEASE as soon as they have an unverified key and
|
||||||
# w.dilate has been called,
|
# w.dilate has been called,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user