TeskaLabs/asab

Allow to specify `listen` in Web container by the integer

Aberta

#568 aberto em 10 de abr. de 2024

 (0 comentário) (0 reação) (0 responsável)Python (9 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (32 estrelas)
Métricas de merge de PR
 (Mesclagem média 18d 1h) (17 fundiu PRs em 30d)

Description

https://github.com/TeskaLabs/asab/blob/800f1148360c928a748435da547dc3ea9f90daa3/asab/web/container.py#L55

If the integer is provided as a port, convert that into a string first. It is useful in YAML-based configs, where the number is an actual integer and it fails here - see the screenshot.

image

Guia do colaborador