Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Sep 15, 2023
1 parent 399ab2a commit 0e4b3d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ftp_orders/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ def pull_result(self, file: str):
doctor_name_confirm = obr.OBR_32.OBR_32_3.value
doctor_patronymic_confirm = obr.OBR_32.OBR_32_4.value
doctor_fio = f"{doctor_family_confirm} {doctor_name_confirm} {doctor_patronymic_confirm}"
print(doctor_family_confirm, doctor_name_confirm, doctor_patronymic_confirm)
date_time_confirm = obr.OBR_8.value
if obr.OBR_25.value == "F":
is_confirm = True
Expand Down

0 comments on commit 0e4b3d3

Please sign in to comment.