diff --git a/weboob/applications/videoob_web/videoob_web.py b/weboob/applications/videoob_web/videoob_web.py index 6466955c..ecefa754 100644 --- a/weboob/applications/videoob_web/videoob_web.py +++ b/weboob/applications/videoob_web/videoob_web.py @@ -38,7 +38,10 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil class VideoobWeb(BaseApplication): - APPNAME = 'videoob-web' + APPNAME = 'videoob-webserver' + VERSION = '0.3' + COPYRIGHT = 'Copyright(C) 2010 Christophe Benz' + CAPS = ICapVideo CONFIG = dict(host='localhost', port=8080) @wsgify