Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tags.get() fails with ValueError: time data '3' does not match format '%Y-%m-%d %H:%M:%S' #19

Open
skome opened this issue Dec 6, 2019 · 0 comments
Assignees
Labels

Comments

@skome
Copy link

skome commented Dec 6, 2019

import pinboard
pb=pinboard.Pinboard(APIKEY)
pb.tags.get() 
/usr/lib/python3.7/_strptime.py in _strptime(data_string, format)
    357     if not found:
    358         raise ValueError("time data %r does not match format %r" %
--> 359                          (data_string, format))
    360     if len(data_string) != found.end():
    361         raise ValueError("unconverted data remains: %s" %
ValueError: time data '3' does not match format '%Y-%m-%d %H:%M:%S'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants