return via fallback below
This commit is contained in:
parent
3992bec062
commit
ef637fd99b
1 changed files with 0 additions and 2 deletions
|
@ -228,8 +228,6 @@ def send_heartbeat(project=None, branch=None, hostname=None, stats={}, key=None,
|
||||||
queue = Queue()
|
queue = Queue()
|
||||||
queue.push(data, json.dumps(stats), plugin)
|
queue.push(data, json.dumps(stats), plugin)
|
||||||
log.warn(exception_data)
|
log.warn(exception_data)
|
||||||
session_cache.delete()
|
|
||||||
return API_ERROR
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
code = response.status_code if response is not None else None
|
code = response.status_code if response is not None else None
|
||||||
|
|
Loading…
Reference in a new issue