diff options
Diffstat (limited to 'scripts/entsoe.py')
-rw-r--r-- | scripts/entsoe.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/entsoe.py b/scripts/entsoe.py index 63308c2..b1d9270 100644 --- a/scripts/entsoe.py +++ b/scripts/entsoe.py @@ -31,6 +31,7 @@ apiUrl = "https://web-api.tp.entsoe.eu/api?securityToken=" + apiKey startTime = datetime.now(get_localzone()) - timedelta(days = 7) startTime = startTime.strftime('%Y%m%d') +#startTime = '20230523' # <- edit for manual starttime. Like when filling in missing info. endTime = datetime.now(get_localzone()) + timedelta(days = 1) endTime = endTime.strftime('%Y%m%d') |