1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-01 05:07:22 +01:00

AO3: utf8 field no longer in login form

This commit is contained in:
David Lynch 2022-04-16 18:26:26 -05:00
parent 08abe54e79
commit 56bc2b941c

View file

@ -30,7 +30,6 @@ class ArchiveOfOurOwn(Site):
'user[password]': login_details[1],
# standard fields:
'user[remember_me]': '1',
'utf8': form.find(attrs={'name': 'utf8'})['value'],
'authenticity_token': form.find(attrs={'name': 'authenticity_token'})['value'],
'commit': 'Log in',
}