@@ -528,6 +528,7 @@ class Campaign: | |||
# Create a random campaign, but the adversary is Pev | |||
self.create_campaign(n=6, makeChars=True) | |||
self.params = Plot(probIndex=121) | |||
return | |||
numPwd = [] | |||
for c in densePwd: | |||
numPwd.append(Campaign.ALPHABET.index(c)) |