Format helper_startup for PEP8

This commit is contained in:
Dmitri Bogomolov 2021-03-01 22:04:35 +02:00
parent 29dd235872
commit 4f9a98ce5d
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -178,10 +178,10 @@ def updateConfig():
if not config.has_option('bitmessagesettings', 'identiconsuffix'):
# acts as a salt
config.set(
'bitmessagesettings', 'identiconsuffix', ''.join(
helper_random.randomchoice(
"123456789ABCDEFGHJKLMNPQRSTUVWXYZ"
"abcdefghijkmnopqrstuvwxyz") for x in range(12))
'bitmessagesettings', 'identiconsuffix',
''.join(helper_random.randomchoice(
"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz")
for x in range(12))
) # a twelve character pseudo-password to salt the identicons
# Add settings to support no longer resending messages after