#add message

This commit is contained in:
xieshen 2021-05-18 12:02:29 +08:00
parent 32f9abeaf6
commit 04f0bc24ab
1 changed files with 2 additions and 1 deletions

View File

@ -372,7 +372,8 @@ def handle_uploaded_file(f):
return path
def upload_history_data(request):
fn = handle_uploaded_file(request.FILES['history_file_path'])
# fn = handle_uploaded_file(request.FILES['history_file_path'])
fn = request.FILES('history_file_path')
print('+++++++++++++++++++++++++++++++++++++++++++++++++++')
# data = pd.read_excel(fn)