Parse arguments to get address and port

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2020-12-21 16:03:54 +01:00
parent 272d0c25d6
commit d994ac9d67
4 changed files with 51 additions and 3 deletions

View File

@ -39,7 +39,7 @@ exclude =
.cache,
.eggs
max-complexity = 15
max-line-length = 80
max-line-length = 120
import-order-style = google
application-import-names = flake8
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s