uploaded by works, and now you can view art on its own page.
[zzz-floof.git] / floof / lib / file_storage.py
index 1d1c720..0b72690 100644 (file)
@@ -19,7 +19,7 @@ guess_type(temp.filename)[0]
 """
 
 def get_path(space, hash):
-    return os.path.join( space, hash[:2], hash[2:] )
+    return "/" + os.path.join( space, hash[:2], hash[2:] )
     
 
 def save_file(space, temp):