We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef50cb4 commit b14d117Copy full SHA for b14d117
1 file changed
automation/automation.py
@@ -28,7 +28,7 @@
28
default_mac_query_cmd = b"sh mac address\n"
29
30
31
-date_str = datetime.datetime.now().strftime ("%Y%m%d")
+date_str = datetime.datetime.now().strftime("%Y%m%d%H")
32
33
with open("hostlist.txt") as host_data :
34
0 commit comments