mryel00 / spyglass

A simple mjpeg server for Picamera2
GNU General Public License v3.0
68 stars 15 forks source link

fix: fix url parsing #53

Closed mryel00 closed 1 year ago

mryel00 commented 1 year ago

This should fix the problems occuring during the tests of #52 This removes the list casting of check_params_match and compares the sets directly. Set comparison does not take the order of the set values into account.