Skip to content

Commit 3500988

Browse files
artemis-betaartemis-beta
artemis-beta
authored and
artemis-beta
committed
Added Ringstellung line to README
1 parent 39926fb commit 3500988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ enigma = enigma.Enigma( rotor_list = my_rotor_list ,
1616
enigma_type = machine_type ,
1717
debug = debug_level)
1818
19+
enigma.ringstellung('middle', 2) # Perform an internal wire rotation on the middle rotor of 2 steps
20+
1921
enigma.set_key('NERO')
2022
enigma.type_phrase('NOBODYEXPECTSTHESPANISHINQUISITION')
2123
```

0 commit comments

Comments
 (0)