Skip to content

Commit

Permalink
fix the pulled logs encoding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Jan 4, 2018
1 parent 24cdeb6 commit b43d416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aliyun/log/pulllog_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def __init__(self, resp, header):
self.loggroup_list = LogGroupList()
self._parse_loggroup_list(resp)
self.loggroup_list_json = None
self.body = {"next_cursor": self.next_cursor,
"log_count": self.log_count,
"log_group_list": self.get_loggroup_json_list()}

def get_next_cursor(self):
return self.next_cursor
Expand Down

0 comments on commit b43d416

Please sign in to comment.