删除 allowed_files.py

master
wangsiyuan 2023-12-29 01:58:10 +08:00
parent 7075531fc6
commit 88f5713f16
1 changed files with 0 additions and 2 deletions

View File

@ -1,2 +0,0 @@
def allowed_excel(filename):
return '.' in filename and filename.rsplit('.', 1)[1].lower() in {'xlsx', 'xls'}