@@ -418,7 +418,7 @@ class DevicePushService:
}
response = requests.post(url, data=data, headers=headers)
if response.status_code == 200:
- LOGGING.info('小米推送结果:'.format(response.json()))
+ LOGGING.info('小米推送结果:{}'.format(response.json()))
return response.json()
@staticmethod