This commit is contained in:
andreas
2012-03-29 02:08:36 +00:00
parent 26c76af491
commit 61e70d824f
+2 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# $Id: hbc,v 1.8 2012/03/29 00:04:34 andreas Exp $
# $Id: hbc,v 1.9 2012/03/29 02:08:36 andreas Exp $
import sys, time, socket, os, signal, getopt, string, select
PORT=50003
@@ -85,7 +85,7 @@ try:
f=open(configfile,"r")
if verbose: print "notice: using config file %s" % configfile
except:
if verbose: print "warning: running without conifig file: %s" % configfile
if verbose: print "warning: running without config file: %s" % configfile
f=None
if f: