return the token ... not 0
This commit is contained in:
parent
45c4a7b50c
commit
5fa5ca9041
1 changed files with 1 additions and 3 deletions
|
@ -102,9 +102,7 @@ function decrypt(message, key)
|
|||
sink = ltn12.sink.table(t)
|
||||
}
|
||||
|
||||
print(table.concat(t)) -- print the token
|
||||
|
||||
return 0
|
||||
return table.concat(t); -- return the token
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue