Skip to content

Commit

Permalink
make default argument for _admin=None
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Sep 14, 2023
1 parent 9eb36c8 commit 9f9fcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synadm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def __init__(self, log, user, token, base_url, admin_path, timeout, debug,
self.user = user

def user_list(self, _from, _limit, _guests, _deactivated,
_name, _user_id, _admin):
_name, _user_id, _admin=None):
"""List and search users
Args:
Expand Down

0 comments on commit 9f9fcb9

Please sign in to comment.