Browse Source

server: fix missed function rename

Helge Jung 9 years ago
parent
commit
ee50e11b09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ffstatus/server.py

+ 1 - 1
ffstatus/server.py

@@ -500,7 +500,7 @@ class BatcaveHttpRequestHandler(BaseHTTPRequestHandler):
             self.wfile.write(json.dumps(data))
 
         elif outputformat == 'html':
-            self.send_headers()
+            self.__send_headers()
 
             self.wfile.write('<!DOCTYPE html><html>\n')
             self.wfile.write('<head><title>BATCAVE - PROVIDERS</title></head>\n')