From 3123406c494c7fb8bcb1c979dc0b6e66abfdda32 Mon Sep 17 00:00:00 2001 From: "Tibor Bossanyi (Freelancer)" Date: Tue, 19 Oct 2021 11:03:58 +0200 Subject: [PATCH] V1.31+2 mautic lang sync --- aitrainer_backoffice/controlling/automation/mautic.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aitrainer_backoffice/controlling/automation/mautic.py b/aitrainer_backoffice/controlling/automation/mautic.py index 78c22ae..4ff160f 100644 --- a/aitrainer_backoffice/controlling/automation/mautic.py +++ b/aitrainer_backoffice/controlling/automation/mautic.py @@ -42,8 +42,6 @@ class Mautic: print(customer.email + " " +str(response.status_code)) index = index + 1 - if index == 2: - break logger.info("Syncronised customer count: " + str(index)) return True