mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
remove this
This commit is contained in:
parent
2bbe0aaa7c
commit
cc5462f9f3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def entropyIdeal(length):
|
|||
return -length * prob * math.log(prob) / math.log(2.0)
|
||||
|
||||
accountDBType = config.GetString('accountdb-type', 'developer')
|
||||
accountServerSecret = config.GetString('account-server-secret', 'dev') # Changed in server distribution.
|
||||
accountServerSecret = config.GetString('account-server-secret', 'dev')
|
||||
accountServerHashAlgo = config.GetString('account-server-hash-algo', 'sha512')
|
||||
if accountDBType == 'remote':
|
||||
if accountServerSecret == 'dev':
|
||||
|
|
Loading…
Reference in a new issue