Document dependency on requests module.
This commit is contained in:
parent
97e8e8346c
commit
e00a25aebe
@ -7,6 +7,9 @@ from i3pystatus.core.util import user_open, internet, require
|
|||||||
|
|
||||||
class Github(IntervalModule):
|
class Github(IntervalModule):
|
||||||
"""
|
"""
|
||||||
|
Check Github for pending notifications.
|
||||||
|
Requires `requests`
|
||||||
|
|
||||||
Formatters:
|
Formatters:
|
||||||
|
|
||||||
* `{unread}` - contains the value of unread_marker when there are pending notifications
|
* `{unread}` - contains the value of unread_marker when there are pending notifications
|
||||||
|
Loading…
Reference in New Issue
Block a user