diff options
| author | 2022-07-24 23:25:46 +0530 | |
|---|---|---|
| committer | 2022-07-24 23:25:46 +0530 | |
| commit | ff34b6f351cf915d95c243115dfec8cb976e69b6 (patch) | |
| tree | 43a05255ff7b35cd221a257ed405d96f9a46d05d /src/bin | |
| parent | 9a9c5b176997c1aec0c1c05a9fbe3d3cc26eff99 (diff) | |
| download | shopno-os-log-sync-ff34b6f351cf915d95c243115dfec8cb976e69b6.tar.gz shopno-os-log-sync-ff34b6f351cf915d95c243115dfec8cb976e69b6.zip | |
removing error of 3 min timeout due to AFK | updating acitve_window_title function
Diffstat (limited to 'src/bin')
| -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 f3228a8..2644fd1 100755 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -46,7 +46,7 @@ if len(arg) == 2: print("Log creations started... \nif you wanna stop it, use keyboard-shortcut (Ctrl+Shift+C or Ctrl+C)") x.log_creation() elif arg[1] == "--version" or arg[1] == "-v": - print("Version: 1.3") + print("Version: 1.3.1") else: wrong_option() |
