Skip to content
Snippets Groups Projects
Commit 518e7828 authored by Elliot Saba's avatar Elliot Saba
Browse files

Update 2_file_processing.py

parent 476102ed
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ from tempfile import NamedTemporaryFile
# Special constants that we need defined for everybody
# NOTE: IN AN ACTUAL SERVER, DO NOT SAVE TO /tmp!!!!!
# This is because, by default, /tmp gets cleared on system restart, so when
# Elliot reboots the server after installing security upgrades, all your data
# will go bye-bye.
UPLOADS_DIR = '/tmp/uploads'
RESULTS_DIR = '/tmp/results'
os.makedirs(UPLOADS_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment