From 1b29441df606a22ca3266e19933740915377f991 Mon Sep 17 00:00:00 2001 From: Tom Meagher Date: Fri, 19 Oct 2018 12:10:30 -0400 Subject: [PATCH] removes redundant SOURCE_ACCOUNT variable in local_settings.py. Should address #56 --- local_settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/local_settings.py b/local_settings.py index 29c2b35..314a4e5 100644 --- a/local_settings.py +++ b/local_settings.py @@ -20,7 +20,6 @@ USER_ACCESS_FILENAME = '' # The MASTODON user credential file you created at installation. # Sources (Twitter, Mastodon, local text file or a web page) -SOURCE_ACCOUNTS = [""] # A list of comma-separated, quote-enclosed Twitter handles of account that you'll generate tweets based on. It should look like ["account1", "account2"]. If you want just one account, no comma needed. TWITTER_SOURCE_ACCOUNTS = [""] # A list of comma-separated, quote-enclosed Twitter handles of account that you'll generate tweets based on. It should look like ["account1", "account2"]. If you want just one account, no comma needed. MASTODON_SOURCE_ACCOUNTS = [""] # A list, e.g. ["@user@instance.tld"] SOURCE_EXCLUDE = r'^$' # Source tweets that match this regexp will not be added to the Markov chain. You might want to filter out inappropriate words for example.