Skip to content

Commit

Permalink
Merge pull request #16 from upendrasahu/master
Browse files Browse the repository at this point in the history
updated requirement file
  • Loading branch information
upendra-sahu-ML authored Nov 15, 2017
2 parents 69558d5 + bfdd425 commit 65908b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def gethostname():
try:
hostname = socket.gethostname()
except:
pass
pass
return hostname

#def gethostname():
Expand Down

0 comments on commit 65908b5

Please sign in to comment.