mirror of
https://github.com/djohnlewis/stackdump
synced 2025-12-05 23:43:24 +00:00
Fixed media root path due to file having moved directories.
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
||||
|
||||
# STATIC VARIABLES
|
||||
BOTTLE_ROOT = os.path.abspath(os.path.dirname(sys.argv[0]))
|
||||
MEDIA_ROOT = os.path.abspath(BOTTLE_ROOT + '/../media')
|
||||
MEDIA_ROOT = os.path.abspath(BOTTLE_ROOT + '/../../media')
|
||||
|
||||
# WEB REQUEST METHODS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user