remove the unused recording global variable
This commit is contained in:
parent
68bf2ec2e8
commit
f07a28cdaf
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ def get_core_process_details(client, process_id):
|
||||||
|
|
||||||
# Process a running channel
|
# Process a running channel
|
||||||
def process_running_channel(database, scheduler, stream_id, stream_name, stream_description, stream_hls_url):
|
def process_running_channel(database, scheduler, stream_id, stream_name, stream_description, stream_hls_url):
|
||||||
global recording
|
|
||||||
if stream_id in database:
|
if stream_id in database:
|
||||||
# Skip learned channels
|
# Skip learned channels
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue