Skip to content

Commit

Permalink
debug request line
Browse files Browse the repository at this point in the history
  • Loading branch information
martvanrijthoven committed Jun 12, 2023
1 parent 61f2b2c commit e3a9ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/inline_extend/inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def query_gc_api(identifier, slug):
info = info.json()
except Exception as e:
print("To JSON error")
print('request:', f"https://grand-challenge.org/api/v1/{identifier}/?slug={slug}")
print('requests version:', requests.__version__)
print(e)
return create_gc_card_not_found(identifier, slug)
Expand Down

0 comments on commit e3a9ded

Please sign in to comment.