This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Madiwka
/
csci-backend
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
reporter fix
main
Madiwka3
пре 11 месеци
родитељ
f582405340
комит
645810a8b9
1 измењених фајлова
са
4 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/db/repository/report.py
+ 4
- 0
app/db/repository/report.py
Прегледај датотеку
@@ -260,6 +260,10 @@ def get_pdf(driver_id: int, db: Session):
tasks_info = []
for task in tasks_data:
if task.get("EndDateTime") is None or task["EndDateTime"] == "":
continue
if task.get("StartDateTime") is None or task["StartDateTime"] == "":
continue
task_info = [
f"{task['Id']}",
task["Description"],
Write
Preview
Loading…
Откажи
Сачувај