Bootstrap child type casting

This commit is contained in:
2022-05-01 23:55:18 +02:00
parent 0e19927610
commit bd68cbd7d8
4 changed files with 136 additions and 2 deletions
mitel_ommclient2

@@ -139,7 +139,7 @@ class OMMClient2:
yield user
# Determine next possible ppn
next_uid = int(user["uid"]) + 1
next_uid = int(user.uid) + 1
def ping(self):
"""