Skip to content

Commit

Permalink
Merge pull request #47 from Yooke/master
Browse files Browse the repository at this point in the history
fix GetLogsRequest reverse invlaid
  • Loading branch information
wjo1212 committed Dec 29, 2017
2 parents 8778d7e + 262613c commit 452ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliyun/log/logclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def get_logs(self, request):
to_time = request.get_to()
topic = request.get_topic()
query = request.get_query()
reverse = request.get_offset() == True
reverse = request.get_reverse()
offset = request.get_offset()
size = request.get_line()

Expand Down

0 comments on commit 452ce16

Please sign in to comment.