We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef01f0 commit 2e772e2Copy full SHA for 2e772e2
src/users/router.py
@@ -201,7 +201,7 @@ async def update_personal_information(
201
scheduler.add_job(
202
code_app.state.openai.send_algorithm_email,
203
"interval",
204
- months=1,
+ days=30,
205
args=(email, language),
206
)
207
@@ -287,7 +287,7 @@ async def update_language(
287
288
289
290
+ months=30,
291
292
293
0 commit comments