debug3
This commit is contained in:
@@ -62,6 +62,10 @@ class CallHandler:
|
||||
f"Internal call, Adding to finished: ID={linkedid}"
|
||||
)
|
||||
self.finished.append(linkedid)
|
||||
if config.DEBUG:
|
||||
logging.info(
|
||||
f"Not 'from-trunk': ID={linkedid}, Context={context}"
|
||||
)
|
||||
return
|
||||
event_channel = event.get("Channel")
|
||||
if len(event_channel) < 7 or (
|
||||
|
||||
Reference in New Issue
Block a user