Skip to content

Commit 0cf1bdf

Browse files
committed
fix
1 parent 711a4f2 commit 0cf1bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nsm_modules/nsm_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def daily_update(cls, time_start=False):
590590
LINEE = "-" * 25
591591
LINEEE = "-" * 34
592592
morning = notez #random.choice(notes)
593-
time_stamp = f"Timestamp: {datetime.now().strftime("%m/%d/%Y - %H:%M:%S")}"
593+
time_stamp = f"Timestamp: {datetime.now().strftime('%m/%d/%Y - %H:%M:%S')}"
594594
summary = f"Online Devices: {nodes_online}\nOffline Devices: {nodes_offline}\nTotal Devices: {nodes_total}"
595595
program_elapsed_time = f"Total Program elapsed time: {time_elapsed}"
596596

0 commit comments

Comments
 (0)