1.23+2 cron check
This commit is contained in:
@@ -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 ")
|
||||
Reference in New Issue
Block a user