diff options
author | 2022-10-11 03:44:14 +0530 | |
---|---|---|
committer | 2022-10-11 03:44:14 +0530 | |
commit | abefc10eedc1f71d791ea86394fd749a3d8b5e0d (patch) | |
tree | 69ad7b6e1cc73c5f57e9310cbc0ad73e3682a34d /src | |
parent | b95a2ca20ba884934b0301b8cc245c7e16e8bb11 (diff) | |
download | shopno-os-log-sync-abefc10eedc1f71d791ea86394fd749a3d8b5e0d.tar.gz shopno-os-log-sync-abefc10eedc1f71d791ea86394fd749a3d8b5e0d.zip |
cleaning documentation stuffs | making it pure dev-branch for v2.0
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 e02e9a3..0dde744 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/") |