Formatting nitpick (for consistency) in CaptiveResponseParser comment. - anticapum - Handle Università Politecnica delle Marche captive portal
(HTM) hg clone https://bitbucket.org/iamleot/anticapum
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) changeset ef9654589e9811d707de921c6aba50530a925c5f
(DIR) parent 798881bf3e28f00f342d73b997f7b527bdb27454
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 19 Mar 2018 11:43:28
Formatting nitpick (for consistency) in CaptiveResponseParser comment.
NFCI.
Diffstat:
anticapum.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff -r 798881bf3e28 -r ef9654589e98 anticapum.py
--- a/anticapum.py Mon Mar 19 11:38:29 2018 +0100
+++ b/anticapum.py Mon Mar 19 11:43:28 2018 +0100
@@ -45,7 +45,8 @@
class CaptiveResponseParser(HTMLParser):
"""Parse the <form> that contains the username, ip, timestamp, sid and
- pulsante attributes used to renew connections."""
+ pulsante attributes used to renew connections.
+ """
def handle_starttag(self, tag, attrs):
a = dict(attrs)
if 'id' in a: