Skip to content

Commit b14d117

Browse files
committed
add hour to file names
1 parent ef50cb4 commit b14d117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

automation/automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
default_mac_query_cmd = b"sh mac address\n"
2929

3030

31-
date_str = datetime.datetime.now().strftime ("%Y%m%d")
31+
date_str = datetime.datetime.now().strftime("%Y%m%d%H")
3232

3333
with open("hostlist.txt") as host_data :
3434

0 commit comments

Comments
 (0)