Format helper_startup for PEP8
This commit is contained in:
parent
29dd235872
commit
4f9a98ce5d
|
@ -178,10 +178,10 @@ def updateConfig():
|
||||||
if not config.has_option('bitmessagesettings', 'identiconsuffix'):
|
if not config.has_option('bitmessagesettings', 'identiconsuffix'):
|
||||||
# acts as a salt
|
# acts as a salt
|
||||||
config.set(
|
config.set(
|
||||||
'bitmessagesettings', 'identiconsuffix', ''.join(
|
'bitmessagesettings', 'identiconsuffix',
|
||||||
helper_random.randomchoice(
|
''.join(helper_random.randomchoice(
|
||||||
"123456789ABCDEFGHJKLMNPQRSTUVWXYZ"
|
"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz")
|
||||||
"abcdefghijkmnopqrstuvwxyz") for x in range(12))
|
for x in range(12))
|
||||||
) # a twelve character pseudo-password to salt the identicons
|
) # a twelve character pseudo-password to salt the identicons
|
||||||
|
|
||||||
# Add settings to support no longer resending messages after
|
# Add settings to support no longer resending messages after
|
||||||
|
|
Reference in New Issue
Block a user