increased page_size
This commit is contained in:
parent
77923b51ce
commit
67798982cb
1 changed files with 1 additions and 1 deletions
|
@ -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 = "./"
|
||||
|
|
Loading…
Reference in a new issue