dota2wins: fix typo and remove uneeded modules
urllib and json are part of the standard library.
This commit is contained in:
parent
b6c9aa5f3f
commit
22dc932e22
@ -33,8 +33,6 @@ MOCK_MODULES = [
|
||||
"bs4",
|
||||
"novaclient.v2",
|
||||
"dota2py",
|
||||
"urllib.request",
|
||||
"json"
|
||||
]
|
||||
|
||||
for mod_name in MOCK_MODULES:
|
||||
|
@ -22,7 +22,7 @@ class Dota2wins(IntervalModule):
|
||||
"good_threshold"),
|
||||
("bad_color", "Color of text while win percentage is below "
|
||||
"bad_threshold"),
|
||||
("cation_color", "Color of text while win precentage is between good "
|
||||
("caution_color", "Color of text while win precentage is between good "
|
||||
"and bad thresholds"),
|
||||
("screenname", "If set to 'retrieve', requests for the users's "
|
||||
"screenname via API calls. Else, use the supplied string as the "
|
||||
|
Loading…
Reference in New Issue
Block a user