Your Name пре 3 година
родитељ
комит
efacbbb5e4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      step_question/apis/main.py

+ 1 - 1
step_question/apis/main.py

@@ -153,7 +153,7 @@ async def line_submit(request: Request):
     print(result)
     get_db().insert(result)
 #    mail_to_user(email)
-    x = threading.Thread(target=hhh_send_mail, args=(email,coffee=True))
+    x = threading.Thread(target=hhh_send_mail, args=(email,True))
     x.start()
 
     return RedirectResponse(url="/a1/index_complete_line_after.html", status_code=HTTP_302_FOUND)