added print to start end stream
authorGeorgios Atheridis <atheridis@tutamail.com>
Wed, 11 May 2022 17:18:54 +0000 (17:18 +0000)
committerGeorgios Atheridis <atheridis@tutamail.com>
Wed, 11 May 2022 17:18:54 +0000 (17:18 +0000)
skgyorugo/tools/smart_start_stream_time.py

index b4a430ba022d2c7e85c816381fd5a31c5642fb79..901f35f32ebd64bc11720d876d2a756cec7765c0 100644 (file)
@@ -36,11 +36,13 @@ MAX_OFF_STREAM_MARGIN = 60 * 60
 
 def end_stream():
     logger.info("STREAM ENDED")
+    print("STREAM ENDED")
     clean_queue.clean_queue()
 
 
 def start_stream():
     logger.info("STREAM STARTED")
+    print("STREAM STARTED")
     clean_queue.clean_queue()