This commit is contained in:
tony-izzo 2020-10-22 02:18:54 -05:00 committed by GitHub
commit a940a4eb1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ from ..utils import (
MSO_INFO = {
'FuboTV': {
'name': 'FuboTV',
'username_field': 'username',
'password_field': 'password',
},
'DTV': {
'name': 'DIRECTV',
'username_field': 'username',