X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/f7617496a08f10a77eb909982dae4e995c132900..74a67e786406779761820b27159df5dd27787c4a:/floof/lib/file_storage.py?ds=sidebyside diff --git a/floof/lib/file_storage.py b/floof/lib/file_storage.py index 1d1c720..0b72690 100644 --- a/floof/lib/file_storage.py +++ b/floof/lib/file_storage.py @@ -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):