~ubuntu-branches/debian/sid/postr/sid

« back to all changes in this revision

Viewing changes to src/SetCombo.py

  • Committer: Package Import Robot
  • Author(s): Alexander Alemayhu
  • Date: 2014-07-06 10:50:07 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140706105007-rhbk6td6g8q997ul
Tags: upstream-0.13.1
ImportĀ upstreamĀ versionĀ 0.13.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                           0, photoset.get("id"),
83
83
                           1, photoset.find("title").text)
84
84
 
85
 
            url = "http://static.flickr.com/%s/%s_%s%s.jpg" % (photoset.get("server"), photoset.get("primary"), photoset.get("secret"), "_s")
 
85
            url = "https://static.flickr.com/%s/%s_%s%s.jpg" % (photoset.get("server"), photoset.get("primary"), photoset.get("secret"), "_s")
86
86
            getPage (url).addCallback(self.__got_set_thumb, it).addErrback(self.twisted_error)
87
87
 
88
88
    def update(self):