diff options
author | 2022-03-29 12:33:58 -0400 | |
---|---|---|
committer | 2022-03-29 12:33:58 -0400 | |
commit | 5403e78d3b7d1302bcacd61ea9184ec8d77a6d85 (patch) | |
tree | 82f5c419c1d6a5ed9f2cf396644ec549307f7d7f /src | |
parent | f9fe90d4f4f3977b90a10fa5c1c63b1f165dfa07 (diff) | |
download | shopno-os-log-sync-5403e78d3b7d1302bcacd61ea9184ec8d77a6d85.tar.gz shopno-os-log-sync-5403e78d3b7d1302bcacd61ea9184ec8d77a6d85.zip |
switch to python3 in shebang
on debian the #!/usr/bin/python links to python2 to help with stability of older packages. It also might be better to specify a python the python version anyways since it does not work with python2
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 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 |