Skip to content

Commit 0bea8fa

Browse files
committed
this not needed.
1 parent 36befac commit 0bea8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

history/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async def history(
168168
display_year: str = format_year(year)
169169
lines.append(f"**{display_year}**\n-# {text}\n")
170170
lines.append(
171-
f"-# Source: muffinlabs · Timezone: {user_tz} · Page {current_page}/{total_pages}"
171+
f"-# Source: muffinlabs · Timezone: {user_tz}"
172172
)
173173
pages.append("\n".join(lines))
174174

0 commit comments

Comments
 (0)