diff options
author | 2022-03-13 16:42:51 +0530 | |
---|---|---|
committer | 2022-03-13 16:42:51 +0530 | |
commit | 704eaa497f5af671b16b56a7dab14aed812291a7 (patch) | |
tree | fa4d99612d5026ad217ed48df715cb81497e2b58 /src | |
parent | 192729a46b80e76f56575b0ff8a99a2ffc7d0167 (diff) | |
download | shopno-os-log-sync-704eaa497f5af671b16b56a7dab14aed812291a7.tar.gz shopno-os-log-sync-704eaa497f5af671b16b56a7dab14aed812291a7.zip |
Updated watcher
If there is no python3 it will throw errors in some linux systems where the user has not defaulted to python
Diffstat (limited to 'src')
-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 |