Switch to tabs

This commit is contained in:
3wc
2023-11-03 21:52:08 +00:00
parent ff013525af
commit d3c2da74e6
9 changed files with 724 additions and 16 deletions

View File

@ -25,8 +25,7 @@ from .db import (
from .sync import sync
HAMSTER_DIR = Path.home() / ".local/share/hamster"
# HAMSTER_FILE = HAMSTER_DIR / 'hamster.db'
HAMSTER_FILE = "hamster-testing.db"
HAMSTER_FILE = HAMSTER_DIR / 'hamster.db'
db.init(HAMSTER_FILE)