Update login page to login3.php
This commit is contained in:
@ -180,7 +180,7 @@ def get_cookies_from_pleasuredome():
|
|||||||
'uid': config['pleasuredome-user'],
|
'uid': config['pleasuredome-user'],
|
||||||
'pwd': config['pleasuredome-password']
|
'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:
|
if r.status_code == 200:
|
||||||
logging.info('Connected to PleasureDome')
|
logging.info('Connected to PleasureDome')
|
||||||
logging.info('Logging out')
|
logging.info('Logging out')
|
||||||
|
Reference in New Issue
Block a user