Archived
fix parity problems
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ def f():
|
||||
row["Лекция?"],
|
||||
f'{row["Кабинет"]}{"/" + str(row["Прочие кабинеты"]) if row["Прочие кабинеты"] else ""}',
|
||||
i.title,
|
||||
row["Чётность пары"],
|
||||
"чёт" if row["Чётность пары"] == "чётная" else "нечёт" if row["Чётность пары"] == "нечётная" else None,
|
||||
),
|
||||
)
|
||||
conn.commit()
|
||||
|
||||
Reference in New Issue
Block a user