Add child typing to all other existing message types

This commit is contained in:
2022-05-02 00:41:46 +02:00
parent bb8dd03299
commit 0a442e4ab5
4 changed files with 48 additions and 3 deletions

@@ -102,7 +102,7 @@ class OMMClient2:
yield pp
# Determine next possible ppn
next_ppn = int(pp["ppn"]) + 1
next_ppn = int(pp.ppn) + 1
def get_user(self, uid):
"""