Waishnav / Watcher

Minimal open source Screen-Time Tracker for Linux
https://watcher-org.github.io/Watcher
MIT License
139 stars 11 forks source link

switch to python3 in shebang #20

Closed Waishnav closed 1 year ago

Waishnav commented 1 year ago

Make changes in the src/bin/watcher file so that watcher will implicitly use python3 as an interpreter. Also, add python3 as a dependency in README.md

VarenyaJ commented 1 year ago

Is changing the shebang from <#!/usr/bin/python> to <#!/usr/bin/python3> what you mean?

Waishnav commented 1 year ago

Yes

ujjwall-R commented 1 year ago

I have created a PR, please look into it