Skip to content

Commit 1e6a738

Browse files
author
Helperhaps
authored
Merge pull request #46 from cockcrow/patch-1
fix indentation
2 parents f75bde1 + 58b20b7 commit 1e6a738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jpush/schedule/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def delete_schedule(self,schedule_id):
4343
result = self.send("DELETE", url)
4444
return result
4545

46-
def get_msg_ids(self, schedule_id):
46+
def get_msg_ids(self, schedule_id):
4747
url = common.BASE_SCHEDULEURL + schedule_id + '/msg_ids'
4848
body = None
4949
result = self.send("GET", url, body)
@@ -72,4 +72,4 @@ def get_status_code(self):
7272
return self.status_code
7373

7474
def __str__(self):
75-
return "Schedule response Payload: {0}".format(self.payload)
75+
return "Schedule response Payload: {0}".format(self.payload)

0 commit comments

Comments
 (0)