Svetlana 3 年 前
コミット
5d9cf58c42
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/cel.py

+ 1 - 0
app/cel.py

@@ -16,6 +16,7 @@ class CdrChannel:
        self.id,
        self.leg) = re.match(r'(\w+)/([_\w\.-]+)(?:@([\w-]+))?-([0-9a-f]{8})(?:;([0-9]+))?', chanData).groups()
     except:
+      self.id=None
       pass
   def __repr__(self):
     return self._str