1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-08 21:18:00 +03:00

Fixiung up og

This commit is contained in:
Adolfo Gómez García 2017-09-29 12:10:21 +02:00
parent ad1bf0fe0b
commit 1070b716a2

View File

@ -246,8 +246,10 @@ class OGDeployment(UserDeployment):
self._mac = r['mac']
self._ip = r['ip']
self._stamp = getSqlDatetime(unix=True)
# Store actor version
# Store actor version & Known ip
self.dbservice().setProperty('actor_version', '1.0-OpenGnsys')
self.dbservice().logIP(self._ip)
def __remove(self):
'''