Index: tests/peter/set_RTCs.py =================================================================== diff -u -r7ea4b936cef531b2cde9053ae58b7119a3bf0e6c -r31c0b4a36d8bafbb69e217803546291b1af30f02 --- tests/peter/set_RTCs.py (.../set_RTCs.py) (revision 7ea4b936cef531b2cde9053ae58b7119a3bf0e6c) +++ tests/peter/set_RTCs.py (.../set_RTCs.py) (revision 31c0b4a36d8bafbb69e217803546291b1af30f02) @@ -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,4 +48,5 @@ current_time.tm_mon, current_time.tm_year) print("Successfully set DG rtc") + """