refactoring

This commit is contained in:
Daniel Gatis 2023-04-20 21:54:12 -03:00
parent 08a3bdc053
commit 106d96b280

View File

@ -173,7 +173,7 @@ def s_command(port: int, log_level: str, threads: int) -> None:
)
def im_without_bg(content: bytes, commons: CommonQueryParams) -> Response:
kwargs = dict()
kwargs = {}
if commons.extras:
try: