From f5c1b2a37b881a02501e97f1fbab34d00269bea4 Mon Sep 17 00:00:00 2001 From: Ujjwal R Date: Mon, 10 Oct 2022 16:07:29 +0530 Subject: shebang line updated, readme updated --- 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 2644fd1..396aef6 100755 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os import sys sys.path.insert(0, "/usr/share/Watcher/") -- cgit v1.2.3