fix bug in offline logging where file saved as NULL
This commit is contained in:
parent
8c0c43e58a
commit
5a2ffa7319
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Queue(object):
|
|||
try:
|
||||
conn, c = self.connect()
|
||||
heartbeat = {
|
||||
'file': data.get('file'),
|
||||
'file': data.get('entity'),
|
||||
'time': data.get('time'),
|
||||
'project': data.get('project'),
|
||||
'branch': data.get('branch'),
|
||||
|
|
Loading…
Reference in a new issue