master
Bob Mottram 2019-09-03 10:01:19 +01:00
parent ac895d6c90
commit 86359ba91a
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ def runInboxQueue(projectVersion: str, \
# heartbeat to monitor whether the inbox queue is running
heartBeatCtr+=1
if heartBeatCtr>=10:
print('>>> Heartbeat Q:'+str(len(queue))+' '+datetime.now().strftime("%m/%d/%Y, %H:%M:%S"))
print('>>> Heartbeat Q:'+str(len(queue))+' '+datetime.datetime.now().strftime("%m/%d/%Y, %H:%M:%S"))
heartBeatCtr=0
if len(queue)>0: