Skip to content

Commit 526bc70

Browse files
committed
Fixed example
1 parent 1de066f commit 526bc70

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/challenge_examples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@
5858
data = json.loads(data_file.read())
5959

6060
# Printing response:
61-
response = api.add_tasks_to_challenge(data, challenge_id)
62-
61+
print(json.dumps(api.add_tasks_to_challenge(data, challenge_id)))

0 commit comments

Comments
 (0)