Spaces:
Paused
Paused
Update mediaflow_proxy/handlers.py
Browse files
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")):
|