Fix typo
This commit is contained in:
parent
f490ba26d0
commit
034b1189fb
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class Dect:
|
|||
self.sync()
|
||||
|
||||
elif msg.get("type") == "claim":
|
||||
self.claim_extenstion(msg.get("extension"), msg.get("token")[4:])
|
||||
self.claim_extension(msg.get("extension"), msg.get("token")[4:])
|
||||
|
||||
except:
|
||||
logger.exception("task failed")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue