From 704eaa497f5af671b16b56a7dab14aed812291a7 Mon Sep 17 00:00:00 2001 From: Parth <76092845+nothingButSyntaxError@users.noreply.github.com> Date: Sun, 13 Mar 2022 16:42:51 +0530 Subject: Updated watcher If there is no python3 it will throw errors in some linux systems where the user has not defaulted to python --- src/bin/watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bin/watcher b/src/bin/watcher index 0943df2..bd3301c 100755 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 ## watcher --start == will starts the process of making csv # watcher --daily-summary == will give you your day overview till that point -- cgit v1.2.3