main: no workers catch v2 patch
This commit is contained in:
parent
6d90a3b15c
commit
bfb5cae308
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user