visionspacetec / sle-provider

Space Link Extension Provider in Python3
https://www.visionspace.com/
GNU Affero General Public License v3.0
33 stars 4 forks source link

Develop #9

Closed milenko-s closed 3 years ago

milenko-s commented 3 years ago

I was able to reproduce the bug and resolved it by replacing the '==' operator with 'in'

if (delivered_frame_quality in self.si_config[si]['requested_frame_quality']) or \

Resolves #8