Svetlana 3 vuotta sitten
vanhempi
sitoutus
5d9cf58c42
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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