Implementing keystore in view.

pull/120/head
jMyles 2017-11-16 15:36:46 -08:00
parent ec07b241c8
commit c61ea7f76e
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ class Ursula(Character):
"""
REST endpoint for setting a kFrag.
"""
self.keystore.get_kfrag(hrac.encode())
return # Do stuff with KeyStore here.