Show kimai activity counts, clear data before get

This commit is contained in:
3wc
2023-10-28 01:21:23 +01:00
parent cd278b32aa
commit c68e373b18
3 changed files with 45 additions and 8 deletions

View File

@ -1,5 +1,5 @@
import logging
from peewee import SqliteDatabase, Model, CharField, DateField, ForeignKeyField
from peewee import SqliteDatabase, Model, CharField, ForeignKeyField
from textual.logging import TextualHandler