kovidgoyal / powerline-daemon

A daemon to reduce the resource consumption of powerline by having a single python process that serves all powerline requests
38 stars 6 forks source link

Fixed the script as per latest powerline script #13

Closed bhaskarvk closed 10 years ago

bhaskarvk commented 10 years ago

I added environ.get('_POWERLINE_MODE') to both the places as per the latest powerline code. Also there's no need for environ.get('_POWERLINE_MODE', None), as None is the default anyways.

bhaskarvk commented 10 years ago

Cool, and Thanks for a great project :+1: