SickHub / docker-cups-airprint

A standalone CUPS and Avahi (mDNS/Bonjour) server, exposing local printers on AirPrint for iOS devices
GNU General Public License v3.0
165 stars 38 forks source link

Fix comparison in airprint-generate.py #67

Closed mundschenk-at closed 1 year ago

mundschenk-at commented 1 year ago

The comparison uses the wrong type (the string 'True' instead of the boolean literal True), so the condition is never true.