Skip to content

Commit bbfbc08

Browse files
committed
change slack notif screenshot + change daily report time
1 parent 06cdcc2 commit bbfbc08

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

backend/app/core/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def init_scheduler():
3333
)
3434
scheduler.add_job(
3535
generate_daily_report,
36-
CronTrigger(hour=9, minute=0),
36+
CronTrigger(hour=7, minute=0),
3737
id='daily_report',
3838
replace_existing=True,
3939
)
175 KB
Loading

frontend/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import MainLayout from '../layouts/MainLayout.astro';
5858
<div class="relative mb-16 rounded-lg shadow-lg overflow-hidden max-w-sm mx-auto">
5959
<div class="aspect-w-16 aspect-h-9">
6060
<img
61-
src="/images/slack_notif.png"
61+
src="/images/slack_notif_2.jpg"
6262
alt="Slack notification"
6363
class="w-full h-full object-cover rounded-lg"
6464
onerror="this.style.display='none'"

0 commit comments

Comments
 (0)