From 763590485c9f7acf49478738918417205cbbc922 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 21 Aug 2010 12:29:33 +0000 Subject: [PATCH] typo --- hbd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbd b/hbd index 53079aa..994e244 100755 --- a/hbd +++ b/hbd @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: hbd,v 1.20 2010/08/21 12:23:51 andreas Exp $ +# $Id: hbd,v 1.21 2010/08/21 12:29:33 andreas Exp $ # Wait for heartbeat messages and act on them (or their absence) # import time, os, string, sys, socket, atexit, select, SocketServer, getopt, signal, cPickle @@ -371,7 +371,7 @@ class HtmlHandler(SocketServer.BaseRequestHandler): def handle(self): f=self.request.makefile() - url='/unknown' + uri='/unknown' while 1: line=string.strip(f.readline()) if len(line) == 0: