Skip to content

Commit

Permalink
Merge pull request #5 from open-oni/fix/config_example
Browse files Browse the repository at this point in the history
add thisday to config
  • Loading branch information
jechols authored Jul 17, 2017
2 parents f33d77b + fd910bf commit bf91897
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Set to True to use random pages instead of curated selections in PAGES
RANDOM = True

# Set to True to enable the 'This day in history' function
THISDAY = False

# Set to earliest year to search with THISDAY
MINYEAR = 1900

# Set to latest year to search with THISDAY
MAXYEAR = 1922

# The number of results that will be displayed
NUMBER = 4

Expand Down

0 comments on commit bf91897

Please sign in to comment.