fix: removed misleading comment

This commit is contained in:
minhtrannhat 2023-12-16 12:43:53 -05:00
parent 9a6cd398a5
commit 9a2703b024
Signed by: minhtrannhat
GPG Key ID: E13CFA85C53F8062

View File

@ -407,7 +407,6 @@ def init():
user_supplied_address = get_address_input() user_supplied_address = get_address_input()
# UDP client selected here
client = Client( client = Client(
user_supplied_address[0], user_supplied_address[0],
user_supplied_address[1], user_supplied_address[1],