From bbd35358e4b72b57822565d345b9a44b639f4dba Mon Sep 17 00:00:00 2001 From: Eddie Date: Thu, 26 Oct 2017 16:22:14 -0500 Subject: [PATCH] change the collection times and message --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index 3ba9f8b..2e3970f 100644 --- a/daemon.py +++ b/daemon.py @@ -24,6 +24,7 @@ class Daemon(Thread): while True: if str(strftime("%H:%M:%S", gmtime())) == ('12:00:00' or '24:00:00'): get_data_rss() + print('Data capture finished at time' + str(strftime("%H:%M:%S", gmtime()))) def main_fct():