From cdf3c741ee99d310082c4fc1407e05bef4c88388 Mon Sep 17 00:00:00 2001 From: Ahmad Bilal Khalid Date: Thu, 18 Jul 2019 19:09:26 +0500 Subject: [PATCH] last_heart_beat -> last_hearbeat --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5617eb3..f9dbdde 100644 --- a/main.py +++ b/main.py @@ -342,7 +342,7 @@ class CreateHost(Resource): "specs": specs, "hostname": hostname, "status": "DEAD", - "last_heart_beat": "", + "last_heartbeat": "", } client.put(host_key, host_entry, value_in_json=True)