summaryrefslogtreecommitdiff
path: root/gradient.py
diff options
context:
space:
mode:
Diffstat (limited to 'gradient.py')
-rwxr-xr-xgradient.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gradient.py b/gradient.py
index baefc6b..1fa8e9f 100755
--- a/gradient.py
+++ b/gradient.py
@@ -42,7 +42,8 @@ DEFAULT_COLORS = {
"color2" : "black",
};
-WORKING_DIR = '/tmp'
+#WORKING_DIR = '/tmp'
+WORKING_DIR = '/var/www/cache'
DEFAULT_WIDTH = "200"
DEFAULT_HEIGHT = "200"