From 877bb282b828033206009661ec6b8f1690a56696 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 14 Sep 2013 14:10:22 +0000 Subject: [PATCH] fix comment --- pandora/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/settings.py b/pandora/settings.py index a52428dc..e1bb8a90 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -184,7 +184,7 @@ SITE_CONFIG = join(PROJECT_ROOT, 'config.jsonc') DEFAULT_CONFIG = join(PROJECT_ROOT, 'config.pandora.jsonc') RELOAD_CONFIG = True -#used if CONFIG['video']['download'] is set +#used if CONFIG['canDownloadVideo'] is set TRACKER_URL="udp://tracker.openbittorrent.com:80" DATA_SERVICE = ''