FIX typo view attributes states

This commit is contained in:
resteve 2015-08-19 23:45:54 +02:00
parent bb873a614f
commit 0a74ae4ee2
1 changed files with 1 additions and 1 deletions

2
api.py
View File

@ -32,7 +32,7 @@ class CarrierApi:
@classmethod
def view_attributes(cls):
return super(CarrierApi, cls).view_attributes() + [
('//page[@id="seurvalencia"]', 'state', {
('//page[@id="seurvalencia"]', 'states', {
'invisible': Not(Equal(Eval('method'), 'seurvalencia')),
})]