aboutsummaryrefslogtreecommitdiffstats
path: root/example_settings.py
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-03-05 09:39:20 -0800
committerAdam Mathes <adam@trenchant.org>2017-03-05 09:39:20 -0800
commit7aeea0357d7664b250288a8fd0834449b9d14e3c (patch)
treeda1a0101e675e89c18a246827f6e44cd6efeac26 /example_settings.py
parent915ae54e7e5dc639972a40d4a7817d20b54fc1e2 (diff)
add required_engagements setting
Diffstat (limited to 'example_settings.py')
-rw-r--r--example_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_settings.py b/example_settings.py
index 5657699..acd88a3 100644
--- a/example_settings.py
+++ b/example_settings.py
@@ -1,5 +1,6 @@
DEBUG = True
MINUTES_TO_LIVE = 5
+REQUIRED_ENGAGEMENTS = 1
DELETED_TWEETS_FILE = '/home/unloved_tweets/dead_tweets.txt'
consumer_key = ''
consumer_secret = ''