diff options
author | 2020-05-30 00:14:20 +0200 | |
---|---|---|
committer | 2020-05-30 00:14:20 +0200 | |
commit | 650e1b9678dfdbf848ac312d880ee2aca784c685 (patch) | |
tree | 662843b5196a7b1e4abb66b947542bcc6d53f76e | |
parent | Removing the periodic ping from verification. (diff) | |
parent | Merge pull request #965 from Akarys42/patch-1 (diff) |
Merge branch 'master' into remove_periodic_ping
-rw-r--r-- | bot/cogs/python_news.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/python_news.py b/bot/cogs/python_news.py index d28af4a0b..d15d0371e 100644 --- a/bot/cogs/python_news.py +++ b/bot/cogs/python_news.py @@ -153,6 +153,7 @@ class PythonNews(Cog): if ( thread_information["thread_id"] in existing_news["data"][maillist] + or 'Re: ' in thread_information["subject"] or new_date.date() < date.today() ): continue |