Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Commit

Permalink
Start webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
rverchere committed Oct 30, 2017
1 parent 3b7a0e0 commit 094c58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmware_exporter/vmware_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ def main():

factory = Site(root)
print("Starting web server on port {}".format(args.port))
#reactor.listenTCP(args.port, factory)
#reactor.run()
reactor.listenTCP(args.port, factory)
reactor.run()


if __name__ == '__main__':
Expand Down

0 comments on commit 094c58b

Please sign in to comment.