Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #68 from wayne-love/hotfix/misc-fixes
Browse files Browse the repository at this point in the history
Hotfix/misc fixes
  • Loading branch information
liaan authored Feb 13, 2021
2 parents 7f8f7d4 + b2b91c7 commit 20643c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion broadlink_ac_mqtt/AcToMqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import traceback

sys.path.insert(1, os.path.join(os.path.dirname(os.path.realpath(__file__)),'classes','broadlink'))
import ac_db as broadlink
import broadlink_ac_mqtt.classes.broadlink.ac_db as broadlink



Expand Down
2 changes: 1 addition & 1 deletion broadlink_ac_mqtt/classes/broadlink/ac_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def get_ac_status(self,force_update = False):

##Get AC info(also populates the current temp)
self.logger.debug("Getting AC Info")
self.get_ac_info()
status = self.get_ac_info()
self.logger.debug("AC Info Retrieved")

return status
Expand Down

0 comments on commit 20643c1

Please sign in to comment.