Skip to content

Commit 2db570d

Browse files
committed
Small fix
1 parent d5c597e commit 2db570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from werkzeug.utils import secure_filename
55

66
app = Flask(__name__)
7-
app.config["UPLOAD_FOLDER"] = "/home/soham/Documents/Projects/Python-Projects/PyFileHosting/uploads"
7+
app.config["UPLOAD_FOLDER"] = "/mnt/ofc.wlpizza_storage"
88
app.config['MAX_CONTENT_LENGTH'] = 100 * 1024 * 1024 # Max 100 MB.
99
ALLOWED_EXTENSIONS = [
1010
'js', 'css', 'html', 'json', 'txt', 'mp4', 'avi', 'flv', 'mov', 'wmv'

0 commit comments

Comments
 (0)