Svetlana %!s(int64=3) %!d(string=hai) anos
pai
achega
5d9cf58c42
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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