From: Philipp Spitzer Date: Tue, 25 Mar 2014 22:49:36 +0000 (+0100) Subject: Deleted double "?" in example URL X-Git-Tag: 0.0.2~20 X-Git-Url: https://git.toastfreeware.priv.at/toast/tdyndns.git/commitdiff_plain/3f91b0dcdd7b87995d756160383d16ba44b4fe4a Deleted double "?" in example URL --- diff --git a/cgi-bin/dyndns.py b/cgi-bin/dyndns.py index b2d33a7..3fe5162 100755 --- a/cgi-bin/dyndns.py +++ b/cgi-bin/dyndns.py @@ -1,6 +1,6 @@ #!/usr/bin/python2.7 """Dynamic DNS script. Expects URLs from routers in the form -http://dyndns.colgarra.priv.at/nic/update??username=&password=&hostname=&myip= +http://dyndns.colgarra.priv.at/nic/update?username=&password=&hostname=&myip= """ import os import re