Skip to content

Commit ab38be1

Browse files
committed
Merge branch 'master' of [email protected]:DAInamite/programming-humanoid-robot-in-python.git
# By Yuan # Via GitHub * 'master' of [email protected]:DAInamite/programming-humanoid-robot-in-python.git: Update agent_client.py
2 parents 273cfe2 + c08b75d commit ab38be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed_computing/agent_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* The agent_server.py has to be implemented first (at least one function is implemented and exported)
44
* Please implement functions in ClientAgent first, which should request remote call directly
55
* The PostHandler can be implement in the last step, it provides non-blocking functions, e.g. agent.post.execute_keyframes
6-
* Hints: [threading](https://docs.python.org/2/library/threading.html) may needed for monitoring if the task is done
6+
* Hints: [threading](https://docs.python.org/2/library/threading.html) may be needed for monitoring if the task is done
77
'''
88

99
import weakref

0 commit comments

Comments
 (0)