Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kevin Lin
canvas-groups
Commits
64c3fbdb
Commit
64c3fbdb
authored
Feb 01, 2022
by
Kevin Lin
✨
Browse files
canvas_api.py: Fix pagination with 'link' -> 'Link'
parent
051ecfd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
canvas_api.py
View file @
64c3fbdb
...
...
@@ -27,7 +27,7 @@ class Canvas(object):
# check for 'Link' header
linkHdr
=
None
for
h
in
resp
.
headers
.
items
():
if
h
[
0
]
==
'
l
ink'
:
if
h
[
0
]
==
'
L
ink'
:
linkHdr
=
h
break
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment