Explorar o código

List attack seed in query mode, too

Stefan Schmidt %!s(int64=6) %!d(string=hai) anos
pai
achega
207fd00e25
Modificáronse 1 ficheiros con 1 adicións e 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()