We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f33d77b + fd910bf commit bf91897Copy full SHA for bf91897
config_example.py
@@ -1,6 +1,15 @@
1
# Set to True to use random pages instead of curated selections in PAGES
2
RANDOM = True
3
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
13
# The number of results that will be displayed
14
NUMBER = 4
15
0 commit comments