1.23+2 cron check
This commit is contained in:
parent
a9d34f65b8
commit
6d15d0da3e
@ -1,6 +1,9 @@
|
|||||||
from ..mautic import MauticHelper
|
from ..mautic import MauticHelper
|
||||||
|
import datetime
|
||||||
|
|
||||||
def sync_customers():
|
def sync_customers():
|
||||||
|
print(datetime.datetime.now() + " *** START sync customers ")
|
||||||
helper = MauticHelper()
|
helper = MauticHelper()
|
||||||
helper.sync()
|
helper.sync()
|
||||||
|
|
||||||
|
print(datetime.datetime.now() + " *** END sync customers ")
|
Loading…
Reference in New Issue
Block a user