PxMagic icon indicating copy to clipboard operation
PxMagic copied to clipboard

bug in example\fetchphotos.py

Open ctny opened this issue 10 years ago • 0 comments

line 13 is "from fhp import api", but should be "from fhp import api, src", otherwise the next statement "FiveHundredPx = src.five_hundred_px.FiveHundredPx" throws an error since "src" is not defined.

ctny avatar Oct 11 '15 23:10 ctny