Skip to content

Commit ab4d003

Browse files
committed
call get next method
1 parent 6261a9b commit ab4d003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slightstalkie/Will.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def perform_action():
5252
api_comm = ApiInterface(args.host)
5353
choosen_action = args.action[0]
5454
if choosen_action == ACTION_API_GET:
55-
print(api_comm.get_queue())
55+
api_comm.get_next_message()
56+
#print("TODO - get the message")
5657
elif choosen_action == ACTION_API_POST:
5758
try:
5859
message = args.action[1]

0 commit comments

Comments
 (0)