mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
fix script
This commit is contained in:
parent
d76a9a887b
commit
1803f24c19
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if __name__ == "__main__":
|
|||
type=str,
|
||||
nargs=1,
|
||||
help="Path to suggestions.db file",
|
||||
default='suggestions.db'
|
||||
default='db/suggestions.db'
|
||||
)
|
||||
parser.add_argument(
|
||||
"--clear",
|
||||
|
|
Loading…
Reference in a new issue