Adding rating support for OKC browser and PROFILE_WALKER optimizer
This commit is contained in:
parent
720fd5ba1a
commit
16477b4649
3 changed files with 57 additions and 1 deletions
|
|
@ -81,6 +81,7 @@ class ProfilesWalker(Optimization):
|
|||
try:
|
||||
with self.browser:
|
||||
# profile = self.browser.get_profile(id)
|
||||
self.browser.do_rate(id)
|
||||
self.browser.visit_profile(id)
|
||||
self.logger.info(u'Visited profile %s ' % (id))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue