mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix helper import
This commit is contained in:
parent
3f7edc3635
commit
1b7cfd7f8a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
% if data:
|
||||
<%
|
||||
import plexpy
|
||||
from helpers import grouper
|
||||
from plexpy.helpers import grouper
|
||||
|
||||
recently_added = data['recently_added']
|
||||
if plexpy.CONFIG.NEWSLETTER_SELF_HOSTED and plexpy.CONFIG.NEWSLETTER_BASE_URL:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
% if data:
|
||||
<%
|
||||
import plexpy
|
||||
from helpers import grouper
|
||||
from plexpy.helpers import grouper
|
||||
|
||||
recently_added = data['recently_added']
|
||||
if plexpy.CONFIG.NEWSLETTER_SELF_HOSTED and plexpy.CONFIG.NEWSLETTER_BASE_URL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue