Commit d89f0667 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Debug OFC24 and Optical Controller

parent ad9b39cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ class TasksScheduler:
                # service handler, so we choose the first one retrieved.
                if len(classes_service_handlers) < 1:
                    raise Exception('Unsupported case: {:s}'.format(str(classes_service_handlers)))
                class_service_handler,_ = classes_service_handlers.values()[0]
                class_service_handler,_ = list(classes_service_handlers.values())[0]
            if class_service_handler.check_media_channel(connection_uuid):
                has_media_channel = True
            else :