Typing mismatch
This commit is contained in:
@@ -73,7 +73,7 @@ class Authetication:
|
||||
user = {
|
||||
'username': username,
|
||||
'password': bcrypt_hash.decode('utf-8'),
|
||||
'homeDir': data['index'] + 1
|
||||
'homeDir': str(data['index'] + 1)
|
||||
}
|
||||
|
||||
data['index'] = data['index'] + 1
|
||||
|
||||
Reference in New Issue
Block a user