Minor cosmetic change to comments in login() (use some punctuations). - anticapum - Handle Università Politecnica delle Marche captive portal
HTML hg clone https://bitbucket.org/iamleot/anticapum
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR changeset 19ae947887e54980abdde18e09140984bcbb18a6
DIR parent 3c6d2f27a9facbb07e6db6bfb0fe0358bf39f61b
HTML Author: Leonardo Taccari <iamleot@gmail.com>
Date: Thu, 11 Jan 2018 23:19:00
Minor cosmetic change to comments in login() (use some punctuations).
Diffstat:
anticapum.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff -r 3c6d2f27a9fa -r 19ae947887e5 anticapum.py
--- a/anticapum.py Thu Jan 11 23:01:16 2018 +0100
+++ b/anticapum.py Thu Jan 11 23:19:00 2018 +0100
@@ -75,7 +75,7 @@
def login(username, password):
- """Login to the captive portal using provided username and password
+ """Login to the captive portal using provided username and password.
Return a dictionary with all the needed elements extracted from the form
needed by renew() and logout().