~edwargix/git.sr.ht

15d6a23747d96c6789bfa171ae320179d88f9168 — Drew DeVault 6 years ago 5ab1149
Fix commentless incoming SSH keys from meta.sr.ht
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/service.py
M gitsrht/service.py => gitsrht/service.py +1 -1
@@ 28,7 28,7 @@ class GitOAuthService(AbstractOAuthService):

    def cache_key(self, user, meta_key):
        b64key = meta_key["key"].split(" ")
        if len(b64key) > 3:
        if len(b64key) < 2:
            return False
        b64key = b64key[1]
        cache = {