import tzlocal correctly
This commit is contained in:
parent
bf06e558e5
commit
b877310f02
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ from .packages import simplejson as json
|
|||
try:
|
||||
from .packages import tzlocal
|
||||
except:
|
||||
from .packages import tzlocal3
|
||||
from .packages import tzlocal3 as tzlocal
|
||||
|
||||
|
||||
log = logging.getLogger('WakaTime')
|
||||
|
|
Loading…
Reference in a new issue