From 786e65f9af8f0a8c03dc33d860396eae9fdfb49c Mon Sep 17 00:00:00 2001 From: salvadorpla Date: Sat, 30 Nov 2019 14:50:13 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cb8685..cea5bda 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mail your Mastodon server inactive users and track their feedback. This code written in Python get all more than a year inactive users from Mastodon's database and email them with the subject and message of your choice. Then, inactive users data is stored into new created Postgresql database to track feedback and status. -Run mailing.py periodically to catch 'new' inactive users and uptade the elapsed days of the already emailed ones. +Run mailing.py periodically to catch 'new' inactive users and update the elapsed days of the already emailed ones. ### Dependencies