Thanks to if __name__ == "__main__":, the script can be run standalone, without pip install-ing it. Maybe you could should the README to let know people of this new feature?
Thanks to `if __name__ == "__main__":`, the script can be run standalone, without pip install-ing it. Maybe you could should the README to let know people of this new feature?
weskerfoot(Migrated from github.com)
reviewed 6 years ago
assert
statementThanks to
if __name__ == "__main__":
, the script can be run standalone, without pip install-ing it. Maybe you could should the README to let know people of this new feature?I'm assuming the
disk-cache-size
is necessary to persist sessions across runs? That's useful.Can you fix the conflicts? I think there are some useful things in here that weren't in your other PR
I fixed the conflicts and squashed the commits :-) I think it's good to go
772066ef6d
.