add basic docs
This commit is contained in:
@@ -141,6 +141,8 @@ class PiholeAPI:
|
||||
def delete_session(self, session_id: int = None) -> bool:
|
||||
"""Delete session by ID
|
||||
|
||||
with no arguments it will clear it own session
|
||||
|
||||
Args:
|
||||
session_id (int, optional): Session ID get from get_sessions. Defaults to None.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user