diff options
author | 2022-03-31 13:48:42 +0530 | |
---|---|---|
committer | 2022-03-31 13:48:42 +0530 | |
commit | 2484d5c717eb6ee649825c1cdf8b8b74fac47197 (patch) | |
tree | 82f5c419c1d6a5ed9f2cf396644ec549307f7d7f | |
parent | f9fe90d4f4f3977b90a10fa5c1c63b1f165dfa07 (diff) | |
parent | 5403e78d3b7d1302bcacd61ea9184ec8d77a6d85 (diff) | |
download | shopno-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-x | src/bin/watcher | 2 |
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 |