Changeset 56
- Timestamp:
- 09/25/07 12:40:28 (1 year ago)
- Files:
-
- photobooth/photobooth.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
photobooth/photobooth.py
r55 r56 107 107 def uploadPhoto(self, path, title=None, tags=None): 108 108 d = self.flickr.upload(path, tags=tags) 109 d.addCallback(pprint.pprint) 109 110 return d 110 111 … … 194 195 def render(self, ctx): 195 196 req = iweb.IRequest(ctx) 197 pprint.pprint(req) 196 198 tags = req.args.get("tags", [""])[0] 197 199 path = req.args.get("path", [""])[0]
