increased page_size

This commit is contained in:
lars 2012-04-20 11:33:49 +00:00
parent 830b64f0e1
commit 5ff3847d8f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ for path in list(sys.path):
sys.path.append(option)
DATE_FORMAT = "%H:%M %d.%m.%Y"
PAGE_SIZE = 4
PAGE_SIZE = 10
FILENAME_TEMPLATE = "ticker%d.html"
FULL_PATH_FILENAME_TEMPLATE = os.path.join(BASE_DIR, os.path.pardir, FILENAME_TEMPLATE)
BASE_URL = "./"