diff options
| author | 2022-03-15 16:02:23 +0530 | |
|---|---|---|
| committer | 2022-03-15 16:02:23 +0530 | |
| commit | 7754fe414354ba8cea2cb86e3a269b01f509e9d4 (patch) | |
| tree | 6d3e7491b4128567c4eb0443569d4138ff74f6bd /src/bin | |
| parent | ca6527e70cc125383c2b2b85f741b1f4fb92ab1b (diff) | |
| download | shopno-os-log-sync-7754fe414354ba8cea2cb86e3a269b01f509e9d4.tar.gz shopno-os-log-sync-7754fe414354ba8cea2cb86e3a269b01f509e9d4.zip | |
fixing issue in watch_log | occurs is file doesn't exist
Diffstat (limited to 'src/bin')
| -rwxr-xr-x | src/bin/watcher | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/watcher b/src/bin/watcher index 506fa8c..2d4551e 100755 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -3,7 +3,6 @@ import os import sys sys.path.insert(0, "/usr/share/Watcher/") -import argparse import watch_log as x from colored_text import Color import commands as cmd |
