aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Waishnav Deore <86405648+Waishnav@users.noreply.github.com>2022-03-31 13:48:42 +0530
committerLibravatar GitHub <noreply@github.com>2022-03-31 13:48:42 +0530
commit2484d5c717eb6ee649825c1cdf8b8b74fac47197 (patch)
tree82f5c419c1d6a5ed9f2cf396644ec549307f7d7f
parentf9fe90d4f4f3977b90a10fa5c1c63b1f165dfa07 (diff)
parent5403e78d3b7d1302bcacd61ea9184ec8d77a6d85 (diff)
downloadshopno-os-log-sync-2484d5c717eb6ee649825c1cdf8b8b74fac47197.tar.gz
shopno-os-log-sync-2484d5c717eb6ee649825c1cdf8b8b74fac47197.zip
Merge pull request #6 from ethanmlee/python3-fix
switch to python3 in shebang
-rwxr-xr-xsrc/bin/watcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/watcher b/src/bin/watcher
index 2d4551e..2835a7f 100755
--- a/src/bin/watcher
+++ b/src/bin/watcher
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
import os
import sys