bluuebunny commited on
Commit
6049631
·
verified ·
1 Parent(s): d86f201

Update update_embeddings.py

Browse files
Files changed (1) hide show
  1. 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.datetime.now().year)[2:]
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