@@ -70,12 +70,12 @@ async def add_client_info(ci:client_info):
pk = request_table.insert({'name':ci.name,'organization':ci.organization,'position':ci.position,'phone':ci.phone,'email':ci.email
,'cert_last5':ci.cert_last5,'where_learn':ci.where_learn,'why_sign':ci.why_sign,'time_stamp':time_stamp})
-
+ make_ci_df()
return return_code
else :
- make_ci_df()
+