diff options
author | 2022-03-13 16:51:49 +0530 | |
---|---|---|
committer | 2022-03-13 16:51:49 +0530 | |
commit | 69db660cfacb005694e96bd5dc1b930d2907e3b9 (patch) | |
tree | fa4d99612d5026ad217ed48df715cb81497e2b58 | |
parent | 192729a46b80e76f56575b0ff8a99a2ffc7d0167 (diff) | |
parent | 704eaa497f5af671b16b56a7dab14aed812291a7 (diff) | |
download | shopno-os-log-sync-69db660cfacb005694e96bd5dc1b930d2907e3b9.tar.gz shopno-os-log-sync-69db660cfacb005694e96bd5dc1b930d2907e3b9.zip |
Merge pull request #1 from nothingButSyntaxError/patch-1
Updated watcher for each system | not specifying python interpreter
-rwxr-xr-x | src/bin/watcher | 2 |
1 files changed, 1 insertions, 1 deletions
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 |