added some more constants
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
"""Constants for fpl."""
|
||||
#
|
||||
DEBUG = False
|
||||
|
||||
TIMEOUT = 5
|
||||
API_HOST = "https://www.fpl.com"
|
||||
|
||||
@@ -55,3 +53,10 @@ LOGIN_RESULT_INVALIDUSER = "NOTVALIDUSER"
|
||||
LOGIN_RESULT_INVALIDPASSWORD = "FAILEDPASSWORD"
|
||||
LOGIN_RESULT_UNAUTHORIZED = "UNAUTHORIZED"
|
||||
LOGIN_RESULT_FAILURE = "FAILURE"
|
||||
|
||||
|
||||
CONF_TERRITORY = "territory"
|
||||
CONF_ACCOUNTS = "account"
|
||||
|
||||
FPL_MAINREGION = "FL01"
|
||||
FPL_NORTHWEST = "FL02"
|
||||
|
||||
Reference in New Issue
Block a user