main: no workers catch v2 patch
All checks were successful
Build Docker / Build Bot (push) Successful in 20s
Build Docker / Build Master (push) Successful in 25s

This commit is contained in:
Nathan Woodburn 2023-08-24 11:57:56 +10:00
parent 6d90a3b15c
commit bfb5cae308
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -155,7 +155,7 @@ def list_workers():
# Check if there are any workers (by seeing if there are any :)
if len(workers) == 0:
return jsonify({'error': 'No workers available', 'success': 'false'})
if not worker.contains(':'):
if not workers.contains(':'):
return jsonify({'error': 'No workers available', 'success': 'false'})
worker_list = []