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