1
Fork 0

agent prints data to be posted

This commit is contained in:
Ventilaar 2021-10-27 12:51:44 +02:00
parent a9fb02a161
commit 4dec06515c
1 changed files with 2 additions and 1 deletions

View File

@ -73,4 +73,5 @@ if __name__ == '__main__':
data['static'] = static
data['proc'] = proc
print(data)
post_json(data, config['master_address'], config['master_port'])