We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711a4f2 commit 0cf1bdfCopy full SHA for 0cf1bdf
nsm_modules/nsm_utilities.py
@@ -590,7 +590,7 @@ def daily_update(cls, time_start=False):
590
LINEE = "-" * 25
591
LINEEE = "-" * 34
592
morning = notez #random.choice(notes)
593
- time_stamp = f"Timestamp: {datetime.now().strftime("%m/%d/%Y - %H:%M:%S")}"
+ time_stamp = f"Timestamp: {datetime.now().strftime('%m/%d/%Y - %H:%M:%S')}"
594
summary = f"Online Devices: {nodes_online}\nOffline Devices: {nodes_offline}\nTotal Devices: {nodes_total}"
595
program_elapsed_time = f"Total Program elapsed time: {time_elapsed}"
596
0 commit comments