fix signing

This commit is contained in:
Izalia Mae 2020-02-26 14:46:44 -05:00
parent 7b6ca41839
commit 62e045fb66

View file

@ -68,7 +68,7 @@ def sign_sigstring(sigstring, key, hashalg='SHA256'):
logging.info('Returning cache sigstring')
return cached_data
sign_key = get.rsa_key(key)['privkey']
sign_key = get.rsa_key(key)
if not sign_key:
return