forked from p15670423/monkey
Agent: Remove IGUID from config
This commit is contained in:
parent
39f07603a7
commit
5f631a78f7
|
@ -2,4 +2,3 @@ import uuid
|
|||
|
||||
# TODO: Find a better place for this
|
||||
GUID = str(uuid.getnode())
|
||||
IGUID = uuid.getnode()
|
||||
|
|
Loading…
Reference in New Issue