python-flickr-api icon indicating copy to clipboard operation
python-flickr-api copied to clipboard

Python 3.9 - Does not find flickr_keys.py

Open asielen opened this issue 4 years ago • 0 comments

In order to make it so you don't have to modify the library directory, it would be nice to change:

In the keys.py file line 5: from . import flickr_keys

If I change it to: import flickr_keys

It then works.

Then the flickr_keys file can live in the project directory (but of course not synced in git)

asielen avatar Dec 28 '20 06:12 asielen