Skip to content

Commit

Permalink
Update ftp_orders/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
urchinpro and github-actions[bot] authored Sep 15, 2023
1 parent 0aa7548 commit a0180dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftp_orders/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ def pull_result(self, file: str):
ref_m=ref_str,
).save()
else:
iss.lab_comment = "",
iss.time_confirmation = None,
iss.lab_comment = ("",)
iss.time_confirmation = (None,)
iss.time_save = current_time()
iss.doc_confirmation_string = ""
iss.save()
Expand Down

0 comments on commit a0180dd

Please sign in to comment.