increased page_size

This commit is contained in:
lars 2012-04-20 11:33:49 +00:00
parent 77923b51ce
commit 67798982cb

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 = "./"