Add AT&T U-Verse MSO

This commit is contained in:
jae kap 2017-08-18 10:27:14 -07:00 committed by jae kaplan
parent eaa3172672
commit 06973517ed

View File

@ -20,6 +20,11 @@ from ..utils import (
MSO_INFO = {
'ATT': {
'name': 'AT&T U-Verse',
'username_field': 'nameBox',
'password_field': 'pwdBox'
},
'DTV': {
'name': 'DIRECTV',
'username_field': 'username',