Skip to content
Snippets Groups Projects
Commit bd6d7746 authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

bug fix file title full contact check

parent 357edaf3
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ def on_contact_check_clicked(b): ...@@ -203,7 +203,7 @@ def on_contact_check_clicked(b):
R = regular_contact_check(device) R = regular_contact_check(device)
date = str(datetime.today().replace(microsecond=0)) date = str(datetime.today().replace(microsecond=0))
title = [f"Full Contact Check ({qcc_select.value}) at {date}"] title = [f"Full Contact Check at {date}"]
write_to_file(temp_file,title,R) write_to_file(temp_file,title,R)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment