Explorar el Código

List attack seed in query mode, too

Stefan Schmidt hace 6 años
padre
commit
207fd00e25
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      code/Core/Controller.py

+ 1 - 0
code/Core/Controller.py

@@ -265,6 +265,7 @@ class Controller:
                     print("Attack number:   " + str(i))
                     print("Attack name:     " + str(label.attack_name))
                     print("Attack note:     " + str(label.attack_note))
+                    print("Attack seed:     " + str(label.seed))
                     print("Start timestamp: " + str(label.timestamp_start))
                     print("End timestamp:   " + str(label.timestamp_end))
                     print()