Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing a minor PEP8 issue.
  • Loading branch information
myles committed Nov 28, 2016
1 parent 6757974 commit 3bebc2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions importers/pinboard/pinboard.py
Expand Up @@ -42,8 +42,10 @@ def write_data_file(bookmarks, filename):
bookmark['description'] = bookmark['href']

bookmark['tags'] = ', '.join(bookmark['tags'].split(' '))

fobj.write(BOOKMARK_PUBLIC_TPL.format(**bookmark))


def main(api_token):
bookmarks = get_bookmarks(api_token)

Expand Down

0 comments on commit 3bebc2d

Please sign in to comment.