mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Made sure the syntax is understandable.
This commit is contained in:
parent
0186363753
commit
ab9132cdd4
3 changed files with 3 additions and 3 deletions
|
@ -703,7 +703,7 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
|
|||
'tautulli_remote': plexpy.CONFIG.GIT_REMOTE,
|
||||
'tautulli_branch': plexpy.CONFIG.GIT_BRANCH,
|
||||
'tautulli_commit': plexpy.CURRENT_VERSION,
|
||||
'week_number': int(date.today().isocalendar()[1]),
|
||||
'week_number': int(datetime.date.today().strftime("%W")),
|
||||
'server_name': plexpy.CONFIG.PMS_NAME,
|
||||
'server_ip': plexpy.CONFIG.PMS_IP,
|
||||
'server_port': plexpy.CONFIG.PMS_PORT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue