We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6261a9b commit ab4d003Copy full SHA for ab4d003
slightstalkie/Will.py
@@ -52,7 +52,8 @@ def perform_action():
52
api_comm = ApiInterface(args.host)
53
choosen_action = args.action[0]
54
if choosen_action == ACTION_API_GET:
55
- print(api_comm.get_queue())
+ api_comm.get_next_message()
56
+ #print("TODO - get the message")
57
elif choosen_action == ACTION_API_POST:
58
try:
59
message = args.action[1]
0 commit comments