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