Skip to content

Commit fc59bd3

Browse files
author
SM_SAYEED
committed
Upload form fixed. Check deploy 1
1 parent c180142 commit fc59bd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,8 @@ def property_detail(property_name, tab):
10321032
conn.commit()
10331033
upload_message = f"Linked folder: imported {imported} item(s)."
10341034

1035-
# 3) Upload a ZIP → push contents to Drive <root>/<property>/<tab> → import
1035+
# 3) Upload a ZIP → push contents to Drive <root>/<property>/<tab> → import--Right now I am not using this due to not having a shared drive in google workspace.
1036+
# When I do use workspace, this Zip branch must be further refined such that it becomes deterministic on computed parent folder.
10361037
elif request.form.get('zip_upload'):
10371038
if 'zipfile' not in request.files or request.files['zipfile'].filename == '':
10381039
upload_message = "No ZIP file selected."

0 commit comments

Comments
 (0)