mirror of https://gitlab.com/bashrc2/epicyon
Snake case
parent
24fd4a9a1b
commit
01356d5ae8
|
@ -177,7 +177,7 @@ from webapp_timeline import html_shares
|
|||
from webapp_timeline import html_wanted
|
||||
from webapp_timeline import html_inbox
|
||||
from webapp_timeline import html_bookmarks
|
||||
from webapp_timeline import html_inbox_d_ms
|
||||
from webapp_timeline import html_inbox_dms
|
||||
from webapp_timeline import html_inbox_replies
|
||||
from webapp_timeline import html_inbox_media
|
||||
from webapp_timeline import html_inbox_blogs
|
||||
|
@ -10479,7 +10479,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
show_published_date_only = \
|
||||
self.server.show_published_date_only
|
||||
msg = \
|
||||
html_inbox_d_ms(self.server.css_cache,
|
||||
html_inbox_dms(self.server.css_cache,
|
||||
self.server.default_timeline,
|
||||
self.server.recent_posts_cache,
|
||||
self.server.max_recent_posts,
|
||||
|
|
|
@ -1364,7 +1364,7 @@ def html_bookmarks(css_cache: {}, default_timeline: str,
|
|||
cw_lists, lists_enabled)
|
||||
|
||||
|
||||
def html_inbox_d_ms(css_cache: {}, default_timeline: str,
|
||||
def html_inbox_dms(css_cache: {}, default_timeline: str,
|
||||
recent_posts_cache: {}, max_recent_posts: int,
|
||||
translate: {}, page_number: int, items_per_page: int,
|
||||
session, base_dir: str,
|
||||
|
|
Loading…
Reference in New Issue