diff options
Diffstat (limited to 'src/Watcher/watch_log.py')
-rwxr-xr-x | src/Watcher/watch_log.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Watcher/watch_log.py b/src/Watcher/watch_log.py index 98895bf..ad4a4fd 100755 --- a/src/Watcher/watch_log.py +++ b/src/Watcher/watch_log.py @@ -50,6 +50,7 @@ def log_creation(): if __name__ == "__main__": + os.popen('''python /usr/share/Watcher/week_analysis.py''') filename = "/home/"+os.getlogin()+"/.cache/Watcher/raw_data/"+get_date()+".csv" if not(os.path.isfile(filename)): with open(filename, 'a') as csvfile: |