Reformatting 🧹

This commit is contained in:
3wc
2023-11-01 19:33:30 +00:00
parent 05928b1244
commit cb909540fa
6 changed files with 134 additions and 94 deletions

View File

@ -1,5 +1,6 @@
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
from datetime import datetime, timedelta
@ -17,7 +18,8 @@ api = KimaiAPI()
# print(Timesheet.list(api))
t = Timesheet(api,
t = Timesheet(
api,
activity=Activity.get_by_id(api, 613),
project=Project.get_by_id(api, 233),
begin=datetime.now() - timedelta(minutes=10),