From 6eb360a4bce6c14e5ba9e749812a91c3450b633c Mon Sep 17 00:00:00 2001 From: Dillon Mabry Date: Mon, 29 Oct 2018 19:20:42 -0400 Subject: [PATCH] Test Travis CI caching --- youtube_sentiment/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_sentiment/main.py b/youtube_sentiment/main.py index 7e4556e..7fff6f3 100644 --- a/youtube_sentiment/main.py +++ b/youtube_sentiment/main.py @@ -24,7 +24,7 @@ def tagged_comments(apiKey, videoId, maxpages, model): def main(): """ - Main argparse method + Main argparse for command line """ parser = argparse.ArgumentParser() parser.add_argument("apiKey", help="Enter the Youtube API key to use for requests")