Authentication_test corrections
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-25 16:06:56 +02:00
parent c69241249e
commit 3dbde8fbb8
2 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ from Crypto.PublicKey import RSA
from authentication import Authetication
def generatePrivateKeyForUser(auth: Authetication,username: str, user_passphrase: str, public_server_key: str,address: str) -> bool:
if auth.checkUserExists(username):
with open(auth.CONFIG_FILE_LOCATION) as json_file: