fix country_mode

This commit is contained in:
Vladless
2025-02-23 17:03:31 +03:00
parent 69c5a1a52f
commit 4bf1a82bf0
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5014,8 +5014,8 @@ static PyObject *__pyx_gb_8handlers_8payments_5utils_2generator(__pyx_CoroutineO
}
#endif
{
PyObject *__pyx_callargs[7] = {__pyx_t_5, __pyx_cur_scope->__pyx_v_user_id, __pyx_cur_scope->__pyx_v_expiry_time, Py_None, __pyx_cur_scope->__pyx_v_conn, Py_None, __pyx_t_6};
__pyx_t_9 = __Pyx_PyObject_FastCall(__pyx_t_10, __pyx_callargs+1-__pyx_t_11, 6+__pyx_t_11);
PyObject *__pyx_callargs[8] = {__pyx_t_5, __pyx_cur_scope->__pyx_v_user_id, __pyx_cur_scope->__pyx_v_expiry_time, Py_None, __pyx_cur_scope->__pyx_v_conn, Py_None, Py_None, __pyx_t_6};
__pyx_t_9 = __Pyx_PyObject_FastCall(__pyx_t_10, __pyx_callargs+1-__pyx_t_11, 7+__pyx_t_11);
__Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
__Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;
if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 77, __pyx_L13_error)
+1 -1
View File
File diff suppressed because one or more lines are too long