Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgk committed Feb 25, 2016
1 parent 0d912a2 commit eec6c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
This project uses [Semantic Versioning](http://semver.org/).

## [**1.1.0**](https://github.com/humulabs/humu-download/releases/tag/v1.1.0) - 2016-02-23
## [**1.1.0**](https://github.com/humulabs/humu-download/releases/tag/v1.1.0) - 2016-02-25

### Added
- convert files to CSV after download
Expand Down
2 changes: 1 addition & 1 deletion humu_download/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, files, dest_dir, chunk_size, keep_raw):
body_view = urwid.ListBox(self.widgets)
self.footer = urwid.Text('Ctrl-C to abort')
app_view = urwid.Frame(body_view,
footer=urwid.AttrWrap(self.footer, 'footer'))
footer=urwid.AttrWrap(self.footer, 'footer'))

def keypress(key):
if key in ('q', 'Q'):
Expand Down

0 comments on commit eec6c5b

Please sign in to comment.