Include datetime_fmt in funcdoc of tsstats.template.render_template

This commit is contained in:
Thor77 2016-09-17 22:49:05 +02:00
parent 08d282b6ca
commit ddd220d629
1 changed files with 2 additions and 0 deletions

View File

@ -21,12 +21,14 @@ def render_template(clients, output, title='TeamspeakStats',
:param template_name: path to template-file :param template_name: path to template-file
:param title: title of the resulting html-document :param title: title of the resulting html-document
:param template_path: path to template-file :param template_path: path to template-file
:param datetime_fmt: custom datetime-format
:type clients: tsstats.client.Clients :type clients: tsstats.client.Clients
:type output: str :type output: str
:type template_name: str :type template_name: str
:type title: str :type title: str
:type template_path: str :type template_path: str
:type datetime_fmt: str
''' '''
# prepare clients # prepare clients
clients_onlinetime_ = sort_clients( clients_onlinetime_ = sort_clients(