Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 9b9e4ab

Browse files
author
Mortezaipo
committed
Bug fixes.
1 parent c3bd8c4 commit 9b9e4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def start(self):
4545

4646
# Check database file
4747
if not lib.is_exists(project_dir, self._files["database"]):
48-
if not lib.create_empty_db_file(project_dir, ".mtodo.db"):
48+
if not lib.create_empty_db_file(project_dir, self._files["database"]):
4949
lib.error("Couldn't create empty database in the project({}) directory.".format(project))
5050
lib.exit_software(1)
5151

0 commit comments

Comments
 (0)