corrected settings to avoid Sphinx errors

This commit is contained in:
w8u 2015-11-25 20:40:51 +03:00 committed by enkore
parent 1680ef4f17
commit b1a2c4d6c5

View File

@ -28,9 +28,9 @@ class Vk(IntervalModule):
("app_id", "Id of your VK API app"), ("app_id", "Id of your VK API app"),
("access_token", "Your access token. You must have `messages` and `offline` access permissions"), ("access_token", "Your access token. You must have `messages` and `offline` access permissions"),
("token_error", "Message to be shown if there's some problem with your token"), ("token_error", "Message to be shown if there's some problem with your token"),
("color",), ("color", "General color of the output"),
("color_bad",), ("color_bad", "Color of the output in case of access token error"),
("color_unread",), ("color_unread", "Color of the output if there are unread messages"),
) )
@require(internet) @require(internet)