From 9a2703b0247e106183a821c897710845c3504f56 Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Sat, 16 Dec 2023 12:43:53 -0500 Subject: [PATCH] fix: removed misleading comment --- src/myftp/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/myftp/client.py b/src/myftp/client.py index ab41d99..b90c599 100644 --- a/src/myftp/client.py +++ b/src/myftp/client.py @@ -407,7 +407,6 @@ def init(): user_supplied_address = get_address_input() - # UDP client selected here client = Client( user_supplied_address[0], user_supplied_address[1],