Update keyboard link

This commit is contained in:
Anthony Sottile 2019-08-20 10:49:12 -07:00 committed by GitHub
parent d90dd1dd1e
commit af25350b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -154,7 +154,7 @@ def keyboard(match: Match[str]) -> Response:
return MessageResponse( return MessageResponse(
match, match,
'this is my streaming keyboard (contributed by PhillipWei): ' 'this is my streaming keyboard (contributed by PhillipWei): '
'http://www.wasdkeyboards.com/index.php/products/mechanical-keyboard/wasd-v3-87-key-custom-mechanical-keyboard.html', # noqa: E501 'http://www.wasdkeyboards.com/index.php/products/code-keyboard/code-87-key-mechanical-keyboard.html', # noqa: E501
) )