Skip to content

Commit 2e772e2

Browse files
committed
mv months days
Signed-off-by: wiseaidev <[email protected]>
1 parent 6ef01f0 commit 2e772e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/users/router.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ async def update_personal_information(
201201
scheduler.add_job(
202202
code_app.state.openai.send_algorithm_email,
203203
"interval",
204-
months=1,
204+
days=30,
205205
args=(email, language),
206206
)
207207

@@ -287,7 +287,7 @@ async def update_language(
287287
scheduler.add_job(
288288
code_app.state.openai.send_algorithm_email,
289289
"interval",
290-
months=1,
290+
months=30,
291291
args=(email, language),
292292
)
293293

0 commit comments

Comments
 (0)