From 3af89c6eacb3a43c88f834f5eca0525e20e02558 Mon Sep 17 00:00:00 2001 From: Conor Anderson Date: Sat, 11 Nov 2017 11:24:28 -0500 Subject: [PATCH] Remove warning in README (handled in code). --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 23795c1..d7b59b7 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ The ORDER variable represents the Markov index, which is a measure of associativ This bot was originally designed to pull tweets from a Twitter account, however, it can also process comma-separated text in a text file, or scrape content from the web. -If you wish to use _only_ a textfile or a web resource, make sure that `SOURCE_ACCOUNTS` in your `local_settings.py` file is exactly `[""]`. - #### Static Text To use a local text file, set `STATIC_TEST = True` and specify the name of a text file containing comma-separated "tweets" as `TEST_SOURCE`.