jasonacox / tinytuya

Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API).
MIT License
999 stars 177 forks source link

Fixing the minor mistake #165

Closed fajarmnrozaki closed 2 years ago

fajarmnrozaki commented 2 years ago

In line 65th, the %S in timer format strftime was not written. Actually, it is no big deal, but it will affect the query time inside MySql for the second unit precisely.

jasonacox commented 2 years ago

Thanks for the fix, @fajarmnrozaki !