chrisys / train-departure-display

A replica, near real-time, miniature UK railway station train departure sign based upon a Raspberry Pi Zero and 256x64 SPI OLED display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time offset code

ThinklingUK opened this issue · comments

in config.py I see
data["journey"]['timeOffset'] = os.getenv("screenRotation") or "0"

I'm guessing the os.getenv should be for "timeOffset"

I've raised a PR for this #51

Thanks @LeePorte I'll get to reviewing this asap - I've been offline for a couple of weeks!

Resolved in #51 - thanks for highlighting it @ThinklingUK