|
|
@ -180,7 +180,7 @@ def get_cookies_from_pleasuredome(): |
|
|
|
'uid': config['pleasuredome-user'], |
|
|
|
'pwd': config['pleasuredome-password'] |
|
|
|
} |
|
|
|
r = requests.post('http://www.pleasuredome.org.uk/login2.php', data=data) |
|
|
|
r = requests.post('http://www.pleasuredome.org.uk/login3.php', data=data) |
|
|
|
if r.status_code == 200: |
|
|
|
logging.info('Connected to PleasureDome') |
|
|
|
logging.info('Logging out') |
|
|
|