From 805ac58e9a60ff3a3a3b0fc509a1e8bacc8ec6b3 Mon Sep 17 00:00:00 2001 From: upendrasahu Date: Thu, 29 Jun 2017 15:19:35 +0530 Subject: [PATCH 1/2] README updated --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index d03dd85..13c6bd3 100644 --- a/utils.py +++ b/utils.py @@ -14,7 +14,7 @@ def gethostname(): try: hostname = socket.gethostname() except: - pass + pass return hostname #def gethostname(): From bfdd42557d36b85fad8d62525c4a86c54b6fda88 Mon Sep 17 00:00:00 2001 From: upendrasahu Date: Wed, 15 Nov 2017 14:00:06 +0530 Subject: [PATCH 2/2] update requirement file --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f8cea4..15eae9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.10.0 apache-log-parser==1.7.0 collectd==1.0 MYSQL-python==1.2.3 -libvirt-python==2.0.0 +libvirt-python>=2.0.0 psutil==5.3.0 \ No newline at end of file