@@ -581,7 +581,7 class ABSConfiguration(Configuration): | |||
|
581 | 581 | route = 'http://'+module_ip+':'+str(module_port)+'/status' |
|
582 | 582 | |
|
583 | 583 | try: |
|
584 |
r = requests.get(route, timeout= |
|
|
584 | r = requests.get(route, timeout=0.8)#, timeout=0.7) | |
|
585 | 585 | answer = r.json() |
|
586 | 586 | modules_status[str(i)] = answer['status'] |
|
587 | 587 | module_messages[str(i)] = answer['message'] |
General Comments 0
You need to be logged in to leave comments.
Login now