Skip to content

Commit

Permalink
修复 Python 3 登录问题 (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjunphy authored and kigawas committed Sep 1, 2019
1 parent 9d58201 commit d09e2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEMbox/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def make_cookie(self, name, value):
discard=False,
comment=None,
comment_url=None,
rest=None,
rest={},
)

def request(self, method, path, params={}, default={"code": -1}, custom_cookies={'os':'pc'}):
Expand Down

0 comments on commit d09e2f0

Please sign in to comment.