#48: Modify removeChannelsBeingTreated.py
to temporarily solve the issue
This commit is contained in:
parent
e5dd476490
commit
e23a0fc4c7
@ -14,6 +14,7 @@ with open('nohup.out') as f:
|
|||||||
#print(line)
|
#print(line)
|
||||||
threadId = line.split(': ')[1]
|
threadId = line.split(': ')[1]
|
||||||
channelId = line.split(infix)[1].split(' (')[0]
|
channelId = line.split(infix)[1].split(' (')[0]
|
||||||
|
if threadId.isdigit() and channelId.startswith('UC') and len(channelId) == 24:
|
||||||
threads[threadId] = channelId
|
threads[threadId] = channelId
|
||||||
for threadId in threads:
|
for threadId in threads:
|
||||||
channelId = threads[threadId]
|
channelId = threads[threadId]
|
||||||
|
Loading…
Reference in New Issue
Block a user