Skip to content

Commit 89dd090

Browse files
committed
Adds parent_id property of repo endpoint
Signed-off-by: Guyzmo <[email protected]>
1 parent 1241935 commit 89dd090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gogs_client/entities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def parent_id(self):
180180
181181
:rtype: int
182182
"""
183-
return self.parent_id
183+
return self._parent_id
184184

185185
@property
186186
def default_branch(self):

0 commit comments

Comments
 (0)