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

bug fix file title full contact check

parent 37828543
Branches
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ def on_contact_check_clicked(b):
R = regular_contact_check(device)
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment