Scan-o-Matic / scanomatic-standalone

GNU General Public License v3.0
0 stars 0 forks source link

Make grayscale part of config or remove todo #10

Open local-minimum opened 3 years ago

local-minimum commented 3 years ago

📋 Info

In the data_api.py

       # TODO: This should be part of app_config really
        if 'SilverFast' in grayscales:
            default = 'SilverFast'
        else:
            default = None

🏁 DoD