axxam commited on
Commit
7b93eba
·
verified ·
1 Parent(s): 353072b

Update upload_suggestions.py

Browse files
Files changed (1) hide show
  1. upload_suggestions.py +1 -1
upload_suggestions.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import HfApi
3
 
4
  # List of possible locations where suggestions.db might be created
5
  possible_paths = [
6
- "/app/.local/share/db/suggestions.db",
7
  "/root/.local/share/db/suggestions.db",
8
  "/home/libretranslate/.local/share/db/suggestions.db"
9
  ]
 
3
 
4
  # List of possible locations where suggestions.db might be created
5
  possible_paths = [
6
+ "/app/suggestions.db",
7
  "/root/.local/share/db/suggestions.db",
8
  "/home/libretranslate/.local/share/db/suggestions.db"
9
  ]