From c3e9d88d12688b4a4bc88c2ea5f0d91bc622cb8c Mon Sep 17 00:00:00 2001 From: aSauerwein Date: Sat, 22 Jun 2024 08:46:53 +0200 Subject: [PATCH] fix author and version --- download_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download_v2.py b/download_v2.py index f140eb1..8353b7a 100755 --- a/download_v2.py +++ b/download_v2.py @@ -1,10 +1,10 @@ #!/usr/bin/env python3 """ -Author: Dominik Steiner (dominik.steiner@nts.eu) +Author: Dominik Steiner (dominik.steiner@nts.eu), Andreas Sauerwein-Schlosser (andreas@sauerwein.se) Description: This script downloads all Tesla charging invoices for a given month. Usage: python3 dsteiner_tesla_invoices_download.py -Version: 3.0 +Version: 0.6.0 Date Created: 2024-02-05 Changed: Changed Owner-API Endpoint to /products instead of /vehicles. Python Version: 3.11.7