Added basic logging (using logger.py from Sick Beard)

This commit is contained in:
Remy
2011-06-25 11:24:15 -07:00
parent 141277792f
commit 7fb3629838
8 changed files with 252 additions and 42 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ _header = '''
<head>
<title>Headphones</title>
<link rel="stylesheet" type="text/css" href="data/css/style.css" />
<link rel="icon" type="image/png" href="data/images/headphoneslogo.png" />
<link rel="icon" type="image/x-icon" href="data/images/favicon.ico" />
<link rel="apple-touch-icon" href="data/images/headphoneslogo.png" />
</head>
<body>