Index: tests/peter/set_RTCs.py =================================================================== diff -u -ra3008f2085dca1d8de69c242414b91429bc188e9 -r92cb274e8d2c3cf2f7541735dd7d682d2c8f01c9 --- tests/peter/set_RTCs.py (.../set_RTCs.py) (revision a3008f2085dca1d8de69c242414b91429bc188e9) +++ tests/peter/set_RTCs.py (.../set_RTCs.py) (revision 92cb274e8d2c3cf2f7541735dd7d682d2c8f01c9) @@ -29,7 +29,7 @@ current_time_stamp = time() current_time = localtime(current_time_stamp) print(current_time) - + """ if hd.cmd_log_in_to_hd(): hd.rtc.cmd_set_rtc_time_and_date(current_time.tm_sec, current_time.tm_min, @@ -48,5 +48,5 @@ current_time.tm_mon, current_time.tm_year) print("Successfully set DG rtc") - """ +