diff options
-rwxr-xr-x | db | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ def get(date): ] -potential = get(datetime.now().strftime("%-y%m%d/%-H")) -potential += get((datetime.now() + timedelta(hours=1)).strftime("%-y%m%d/%-H")) +potential = get(datetime.now().strftime("%-y%m%d/%H")) +potential += get((datetime.now() + timedelta(hours=1)).strftime("%-y%m%d/%H")) potential = list( map( |