mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 01:11: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,
|
type=str,
|
||||||
nargs=1,
|
nargs=1,
|
||||||
help="Path to suggestions.db file",
|
help="Path to suggestions.db file",
|
||||||
default='suggestions.db'
|
default='db/suggestions.db'
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--clear",
|
"--clear",
|
||||||
|
|
Loading…
Reference in a new issue