Update login page to login3.php

This commit is contained in:
2020-05-18 22:54:56 +02:00
parent ccfe48ff38
commit 89eb4bf97b

View File

@ -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')