PutInPutout commited on
Commit
3c04b56
·
verified ·
1 Parent(s): 34737c1

Update mediaflow_proxy/handlers.py

Browse files
Files changed (1) hide show
  1. mediaflow_proxy/handlers.py +0 -1
mediaflow_proxy/handlers.py CHANGED
@@ -47,7 +47,6 @@ async def handle_hls_stream_proxy(
47
  verify=verify_ssl,
48
  )
49
  logging.info("VERIFY SSL",verify_ssl)
50
- print("VERIFY SSL", verify_ssl)
51
  streamer = Streamer(client)
52
  try:
53
  if destination.endswith((".m3u", ".m3u8")):
 
47
  verify=verify_ssl,
48
  )
49
  logging.info("VERIFY SSL",verify_ssl)
 
50
  streamer = Streamer(client)
51
  try:
52
  if destination.endswith((".m3u", ".m3u8")):