1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-05 09:17:54 +03:00

Update rest.py

This commit is contained in:
Adolfo Gómez 2019-11-22 13:53:39 +01:00
parent 52335b6e31
commit 9e66503f0e

View File

@ -154,7 +154,7 @@ class REST:
Raises an exception if could not register, or registers and returns the "authorization token"
"""
data = {
'username': username,
'username': username + '@' + auth,
'hostname': hostname,
'ip': ip,
'mac': mac,