Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jasonacox/tinytuya
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Feb 18, 2023
2 parents 94e8e29 + 37c1351 commit d3c3adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -826,3 +826,4 @@ Please feel free to submit a PR or open an issue to add your project.
* https://github.com/mafrosis/tinytuya2mqtt - A bridge between TinyTuya and Home Assistant via MQTT
* https://github.com/Whytey/pymoebot - A Python library intended to monitor and control the MoeBot robotic lawn mowers.
* https://github.com/make-all/tuya-local - Local support for Tuya devices in Home Assistant
2 changes: 1 addition & 1 deletion tinytuya/Cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def _tuyaplatform(self, uri, action='GET', post=None, ver='v1.0', recursive=Fals
if action == 'GET':
response = requests.get(url, headers=headers)
log.debug(
"GET: response code=%d text=%s token=%s", response.status_code, response.text, self.token
"GET: URL=%s HEADERS=%s response code=%d text=%s token=%s", url, headers, response.status_code, response.text, self.token
)
else:
log.debug(
Expand Down

0 comments on commit d3c3adb

Please sign in to comment.