Skip to content

Commit

Permalink
Fix .jenis_hobby
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Mar 27, 2021
1 parent 67c1a7e commit 8a30f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapodik/rest/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def jenis_hapus_buku(
)

def jenis_hobby(
self, id_hobby: int, page: int = 1, start: int = 0, limit: int = 50
self, id_hobby: int = None, page: int = 1, start: int = 0, limit: int = 50
) -> List[JenisHobby]:
return self._get_rest(
"JenisHobby",
Expand Down

0 comments on commit 8a30f13

Please sign in to comment.