aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vaishnav Deore <86405648+Waishnav@users.noreply.github.com>2022-10-10 17:00:41 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-10 17:00:41 +0530
commit9b4320850b0a271a002b409a36954236dca9bf76 (patch)
treef2ab2cea93376ed601e30818c05f0c947fa36b38 /src
parentcd43e6c2ae541c1d5cb96f04c94f92b3f56f5735 (diff)
parentf5c1b2a37b881a02501e97f1fbab34d00269bea4 (diff)
downloadshopno-os-log-sync-9b4320850b0a271a002b409a36954236dca9bf76.tar.gz
shopno-os-log-sync-9b4320850b0a271a002b409a36954236dca9bf76.zip
Merge pull request #22 from ujjwall-R/main
shebang line updated, readme updated
Diffstat (limited to '')
-rwxr-xr-xsrc/bin/watcher2
1 files changed, 1 insertions, 1 deletions
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/")