Agent: Remove IGUID from config

This commit is contained in:
Ilija Lazoroski 2022-08-15 18:23:25 +02:00
parent 39f07603a7
commit 5f631a78f7
1 changed files with 0 additions and 1 deletions

View File

@ -2,4 +2,3 @@ import uuid
# TODO: Find a better place for this
GUID = str(uuid.getnode())
IGUID = uuid.getnode()