Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Jun 8, 2017
1 parent 02c6ca0 commit d5f361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instaLooter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = "althonos"
__author_email__ = "[email protected]"
__version__ = "0.9.9"
__version__ = "0.10.0"


try:
Expand Down

2 comments on commit d5f361e

@rlyons
Copy link
Contributor

@rlyons rlyons commented on d5f361e Jun 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, I had to revert back to 0.9.9 since the argument handling broke a little...
Here are the arguments I gave:
instaLooter $@ /Users/rlyons/Google\ Drive/instagram/$@ -v -N -T '{username}-{datetime}' -q

$@ is simply the username I supplied to the bash function. From the error, and browsing the code, I think it might be the argument to -T which is breaking it, since it is making sure all the arguments have a dash.

@althonos
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rlyons : see #75, I actually fixed it. It was just the fact I had changed the value of argv in the kwargs of the main function. I'll push a patched version.

Please sign in to comment.