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():