Changeset d6f8304 in OpenWorkouts-current for bin


Ignore:
Timestamp:
Feb 11, 2019, 6:55:55 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
02aee97
Parents:
93bbb89
Message:

(#52) - screenshots of the workouts maps were corrupted randomly.

Replaced our screenshot_map shell script that was calling chrome headless
directly with some python code running splinter + selenium webdriver.

Using chromedriver in such environment we can first visit the map site
for the given workout, then wait a bit for it to completely load, then
take the screenshot.

I've also removed all traces of screenshot_map from the code.

Location:
bin
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • bin/install

    r93bbb89 rd6f8304  
    1616    chmod u+x ${current}/bin/js_deps
    1717    chmod u+x ${current}/bin/start
    18     chmod u+x ${current}/bin/screenshot_map
    1918}
    2019
Note: See TracChangeset for help on using the changeset viewer.