1.23+2 cron check

This commit is contained in:
bossanyit 2021-09-06 07:43:41 +02:00
parent a9d34f65b8
commit 6d15d0da3e

View File

@ -1,6 +1,9 @@
from ..mautic import MauticHelper
import datetime
def sync_customers():
print(datetime.datetime.now() + " *** START sync customers ")
helper = MauticHelper()
helper.sync()
helper.sync()
print(datetime.datetime.now() + " *** END sync customers ")