Skip to content

Commit cfe171c

Browse files
author
Alexander Smishlajev
committed
demo tracker is always set up on localhost
1 parent d6a478a commit cfe171c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2003 Richard Jones ([email protected])
44
#
5-
# $Id: demo.py,v 1.22 2004-11-03 01:34:20 richard Exp $
5+
# $Id: demo.py,v 1.23 2004-11-06 15:05:47 a1s Exp $
66

77
import errno
88
import os
@@ -55,7 +55,7 @@ def install_demo(home, backend, template):
5555
init.write_select_db(home, backend)
5656

5757
# figure basic params for server
58-
hostname = socket.gethostname()
58+
hostname = 'localhost'
5959
# pick a fairly odd, random port
6060
port = 8917
6161
while 1:

0 commit comments

Comments
 (0)