From bf1d875da988b53059212b178358899582ac4526 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Fri, 27 Mar 2015 19:01:28 +0100 Subject: QA on all modules docstrings for a clean CLI parsing --- py3status/modules/pingdom.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'py3status/modules/pingdom.py') diff --git a/py3status/modules/pingdom.py b/py3status/modules/pingdom.py index c4ec473..f47da68 100644 --- a/py3status/modules/pingdom.py +++ b/py3status/modules/pingdom.py @@ -1,12 +1,13 @@ # -*- coding: utf-8 -*- """ -Dynamically display the latest response time of the configured checks using -the Pingdom API. +Display the latest response time of the configured Pingdom checks. + We also verify the status of the checks and colorize if needed. Pingdom API doc : https://www.pingdom.com/services/api-documentation-rest/ -#NOTE: This module needs the 'requests' python module from pypi - https://pypi.python.org/pypi/requests +Requires: + - requests python module from pypi + https://pypi.python.org/pypi/requests """ import requests -- cgit v1.3