Skip to content

Commit

Permalink
Error con lo del tipo
Browse files Browse the repository at this point in the history
  • Loading branch information
biblioeteca committed Jun 5, 2021
1 parent 853fd9d commit 8a2d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomorepass/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def getQrNomorekeys (self,site, user, password, type, extra):
tk = nmp_newtoken()
self.token = tk
self.ticket = response["ticket"]
if (type=='soundkey'):
if (type=='SOUNDKEY'):
password = password[:14].ljust(14)
else:
#lightkeys son un solo entero, la clave ha de ser
Expand Down

0 comments on commit 8a2d9de

Please sign in to comment.