From b971a7738d83a0d360b3e1ee50ce5304c6d0df99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=92=9F?= <55563027+smallzhong@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:11:26 +0800 Subject: [PATCH] Fix incorrect link in upnp.py The reference link to the UPnP port forwarding tutorial was incorrect. Updated the link to the correct one: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port.html --- src/upnp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upnp.py b/src/upnp.py index 65965d46f..58a4ccec5 100644 --- a/src/upnp.py +++ b/src/upnp.py @@ -1,7 +1,7 @@ # pylint: disable=too-many-statements,too-many-branches,protected-access,no-self-use """ Complete UPnP port forwarding implementation in separate thread. -Reference: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port +Reference: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port.html """ import re