Skip to content

Commit

Permalink
Typo fix. Remove debug import.
Browse files Browse the repository at this point in the history
  • Loading branch information
zabuldon committed Sep 14, 2017
1 parent 84a465c commit 65cadfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion teslajsonpy/Charger.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, data, controller):
str(self.__vin[3]).upper(), self.type)
self.uniq_name = 'Tesla model {} {} {}'.format(
str(self.__vin[3]).upper(), self.__vin, self.type)
self.bin_type = 0x7
self.bin_type = 0x8

self.update()

Expand Down
1 change: 0 additions & 1 deletion teslajsonpy/controller.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import time
import datetime
from threading import RLock

from teslajsonpy.connection import Connection
Expand Down

0 comments on commit 65cadfd

Please sign in to comment.