From a08931b1b8ac1f06ff5bbd727227fd11e7c5e7b7 Mon Sep 17 00:00:00 2001 From: Bogdan Popescu <68062990+bopopescu@users.noreply.github.com> Date: Thu, 23 Jul 2020 13:53:22 +0300 Subject: [PATCH] Removal of master/slave language --- sbin/send-logfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/send-logfile.py b/sbin/send-logfile.py index d1dcf76..974a346 100755 --- a/sbin/send-logfile.py +++ b/sbin/send-logfile.py @@ -99,9 +99,9 @@ def send_to_es(self, index_name, json_docs): """ aa=self.es.index(index='posts', doc_type='blog', id=1, body={ 'author': 'Santa Clause', - 'blog': 'Slave Based Shippers of the North', + 'blog': 'Subordinate Based Shippers of the North', 'title': 'Using Celery for distributing gift dispatch', - 'topics': ['slave labor', 'elves', 'python', + 'topics': ['subordinate labor', 'elves', 'python', 'celery', 'antigravity reindeer'], 'awesomeness': 0.2 })