Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Candle - the privacy friendly smart home committed Dec 7, 2020
1 parent 7e5bb37 commit e066096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api_handler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Example API handler."""
"""Candle manager API handler."""


import functools
Expand Down
2 changes: 1 addition & 1 deletion pkg/candle_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import os
import sys
sys.path.append(path.join(path.dirname(path.abspath(__file__)), 'lib'))
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib'))
import time
from time import sleep
#from datetime import datetime, timedelta
Expand Down

0 comments on commit e066096

Please sign in to comment.