feat: dynamic objects now also have ids
This commit is contained in:
@@ -89,7 +89,7 @@ class OuterProxy:
|
||||
def __init__(self, _id: int = None, dynamic: bool = False, **kwargs):
|
||||
_automatic_id: bool = False
|
||||
|
||||
if _id is None and not dynamic:
|
||||
if _id is None:
|
||||
"""
|
||||
generates a random integer id
|
||||
the range is defined in the config
|
||||
|
Reference in New Issue
Block a user