Python: Prepare for new test

.expected line changes 😠
This commit is contained in:
Rasmus Wriedt Larsen
2022-11-22 13:38:10 +01:00
parent 0c14759e86
commit e01df3ea7c
2 changed files with 11 additions and 6 deletions

View File

@@ -39,6 +39,11 @@ def print_password():
sys.stdout.write(get_password()) # NOT OK
sys.stderr.write(get_password()) # NOT OK
# import getpass
# x = getpass.getpass()
# print(x) # NOT OK
def FPs(account, account_id):
# we assume that any account parameter is sensitive (id/username)