Price check on key 9 when not logged in.
[zanchey/dispense2.git] / sql-edition / servers / VendingMachine.py
index 5fb5451..25d375b 100644 (file)
@@ -20,7 +20,8 @@ class VendingException(Exception): pass
 class VendingMachine:
        def __init__(self, rfh, wfh):
                self.events = []
-               self.secret = 'AAAAAAAAAAAAAAAA'
+               # Secret
+               self.secret = 'SN4CKZ0RZZZZZZZZ'
                self.rfh = rfh
                self.wfh = wfh
                self.challenge = None

UCC git Repository :: git.ucc.asn.au