Missing parameter

alt-html-css
Bob Mottram 2020-12-20 17:29:15 +00:00
parent 86dfa128c6
commit 677ccb4a49
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
cssFilename = baseDir + '/epicyon.css'
# filename of the banner shown at the top
bannerFile, bannerFilename = getBannerFile(baseDir, nickname, domain)
bannerFile, bannerFilename = \
getBannerFile(baseDir, nickname, domain, theme)
logTimelineTiming(enableTimingLog, timelineStartTime, boxName, '1')