bicycle-statistics: add accumulated distances view

This commit is contained in:
Thomas Klaehn
2019-06-16 08:34:37 +02:00
parent 06ecfdf0fe
commit af1b4ff9d8
5 changed files with 67 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ LOG_FORMAT = "%(asctime)s %(levelname)s %(message)s"
UPDATE_INTERVAL = 60
logging.basicConfig(format=LOG_FORMAT, level=log_level, filename=LOG_FILE)
#logging.basicConfig(format=LOG_FORMAT, level=log_level)
# logging.basicConfig(format=LOG_FORMAT, level=log_level)
log = logging.getLogger('bicycle-statistics')
def parse_args():