Closed fredrike closed 5 years ago
Why did you add a
_
to the send in the async version and no `` for async update function?
I made the send method "private" as it is internal and should just be used by other class members. https://docs.python.org/3/tutorial/classes.html#private-variables
Why did you add a
_
to the send in the async version and no `` for async update function?