mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
+1
-1
@@ -42,4 +42,4 @@ REQ_IF_MODIFIED_SINCE = "If-Modified-Since"
|
||||
# (Lower Case) #
|
||||
# ##############################################################################
|
||||
RES_ETAG = "etag"
|
||||
RES_LAST_MODIFED = "last-modified"
|
||||
RES_LAST_MODIFIED = "last-modified"
|
||||
|
||||
@@ -208,7 +208,7 @@ class GithubObject(object):
|
||||
'''
|
||||
:type: str
|
||||
'''
|
||||
return self._headers.get(Consts.RES_LAST_MODIFED)
|
||||
return self._headers.get(Consts.RES_LAST_MODIFIED)
|
||||
|
||||
def get__repr__(self, params):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user