bluuebunny commited on
Commit
b886697
·
verified ·
1 Parent(s): 31b0266

Update update_embeddings.py

Browse files
Files changed (1) hide show
  1. update_embeddings.py +1 -1
update_embeddings.py CHANGED
@@ -30,7 +30,7 @@ start = time()
30
  # Configuration
31
 
32
  # Get current year
33
- year = str(datetime.now().year)
34
 
35
  # Flag to force download and conversion even if files already exist
36
  FORCE = True
 
30
  # Configuration
31
 
32
  # Get current year
33
+ year = str(2024)
34
 
35
  # Flag to force download and conversion even if files already exist
36
  FORCE = True