Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
artyl committed May 14, 2024
2 parents 8dbef40 + 6a094e5 commit e0d8a98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/rostelecom.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ def data_collector(self):
{'name': 'BlockStatus', 'url_tag': ['/start/accounts'], 'jsformula': f"data.data.filter(el=>el['id']=='{self.acc_num}'||'{self.acc_num}'=='')[0].status.id"},
{'name': 'LicSchet', 'url_tag': ['/start/accounts'], 'jsformula': f"data.data.filter(el=>el['id']=='{self.acc_num}'||'{self.acc_num}'=='')[0].id"},
])
logging.info(f'Use /bonuses')
self.wait_params(params=[
{'name': 'Balance2', 'url_tag': ['/bonuses'], 'jsformula': f"data.data.balance"},
])


class browserengine_qiwi(browsercontroller.BrowserController):
Expand Down

0 comments on commit e0d8a98

Please sign in to comment.