From fa68000f44955125ba741dc6e4f7aaaaf2d1a32e Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Fri, 23 May 2008 23:25:59 +0000 Subject: Set new DB pathname. --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index 85afe69..a59f43d 100644 --- a/activity.py +++ b/activity.py @@ -32,7 +32,7 @@ from searchtoolbar import SearchToolbar # Default settings. HTTP_PORT = '8000' -WIKIDB = 'mad_popular2.xml.bz2' +WIKIDB = 'es_PE/es_PE.xml.bz2' HOME_PAGE = '/static/' # Activity class, extends WebActivity. -- cgit v0.9.1