1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00

Removing daqpower hack that got accidentally committed

This commit is contained in:
Sergei Trofimov 2015-06-09 12:58:13 +01:00
parent c239322c4d
commit d9cd1d3282
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -479,8 +479,7 @@ def run_server():
server = DaqServer(args.directory)
reactor.listenTCP(args.port, DaqFactory(server)).getHost()
#hostname = socket.gethostbyname(socket.gethostname())
hostname = '192.168.108.131'
hostname = socket.gethostbyname(socket.gethostname())
log.info('Listening on {}:{}'.format(hostname, args.port))
reactor.run()