HumanSignal / label-studio-ml-backend

Configs and boilerplates for Label Studio's Machine Learning backend
Apache License 2.0
585 stars 261 forks source link

fix: Escaping in wsgi template #633

Closed makseq closed 2 months ago

makseq commented 2 months ago
logging.config.dictConfig({{
}})

was accidentally replaced to

logging.config.dictConfig({
})

This PR fixes it.

ellipsis-dev[bot] commented 2 months ago

Your free trial has expired. To keep using Ellipsis, sign up at https://app.ellipsis.dev for $20/seat/month or reach us at help@ellipsis.dev