WT1.23+2 cron2

This commit is contained in:
bossanyit 2021-09-06 07:49:10 +02:00
parent 6d15d0da3e
commit 5e8fd726e4

View File

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