Skip to content

Commit

Permalink
过滤房号为0的记录
Browse files Browse the repository at this point in the history
  • Loading branch information
zhimingshenjun committed Feb 4, 2021
1 parent 945145a commit 2d7cd1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DD监控室.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ def __init__(self, cacheFolder, progressBar, progressText):
self.config['roomid'] = {}
for roomID in roomIDList:
self.config['roomid'][roomID] = False
if '0' in self.config['roomid']: # 过滤0房间号
del self.config['roomid']['0']
if 'quality' not in self.config:
self.config['quality'] = [80] * 9
if 'audioChannel' not in self.config:
Expand Down

0 comments on commit 2d7cd1b

Please sign in to comment.