Changeset 64

Show
Ignore:
Timestamp:
09/25/07 21:26:14 (1 year ago)
Author:
devja..@anarkystic.com
Message:

rar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • photobooth/photobooth.py

    r63 r64  
    218218        req = iweb.IRequest(ctx) 
    219219        pprint.pprint(req) 
    220         tags = req.args.get("tags", [""])[0] 
     220        tags = req.args.get("tags", [""])[0].encode("utf-8") 
    221221        path = req.args.get("path", [""])[0] 
    222222        title = req.args.get("title", [""])[0]