Skip to content

Commit bf91897

Browse files
authored
Merge pull request #5 from open-oni/fix/config_example
add thisday to config
2 parents f33d77b + fd910bf commit bf91897

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config_example.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Set to True to use random pages instead of curated selections in PAGES
22
RANDOM = True
33

4+
# Set to True to enable the 'This day in history' function
5+
THISDAY = False
6+
7+
# Set to earliest year to search with THISDAY
8+
MINYEAR = 1900
9+
10+
# Set to latest year to search with THISDAY
11+
MAXYEAR = 1922
12+
413
# The number of results that will be displayed
514
NUMBER = 4
615

0 commit comments

Comments
 (0)