Update update_embeddings.py
Browse files- update_embeddings.py +1 -1
update_embeddings.py
CHANGED
@@ -31,7 +31,7 @@ start = time()
|
|
31 |
# Configuration
|
32 |
|
33 |
# Year to update embeddings for, get and set the current year
|
34 |
-
year = str(datetime.
|
35 |
|
36 |
# Flag to force download and conversion even if files already exist
|
37 |
FORCE = True
|
|
|
31 |
# Configuration
|
32 |
|
33 |
# Year to update embeddings for, get and set the current year
|
34 |
+
year = str(datetime.now().year)[2:]
|
35 |
|
36 |
# Flag to force download and conversion even if files already exist
|
37 |
FORCE = True
|