src/apps/homescreen: fix typo in Ping response (#129)

This commit is contained in:
matejcik 2018-02-28 17:04:09 +01:00 committed by Pavol Rusnak
parent 248f479d68
commit a46f7b2fad
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ async def respond_Pong(ctx, msg):
from apps.common.request_passphrase import protect_by_passphrase
await protect_by_passphrase(ctx)
return Success(messge=msg.message)
return Success(message=msg.message)
def boot():