diff --git a/scripts/try_shortener.py b/scripts/try_shortener.py index e281828..4ce1b31 100644 --- a/scripts/try_shortener.py +++ b/scripts/try_shortener.py @@ -65,7 +65,7 @@ "https://arxiv.org/abs/1902.00541v1", ] -# BITLY_URLs = ["https://j.mp/websniffer", "http://j.mp/2Bo2LVf", "http://bit.ly/2BombJQ", "https://cnn.it/2Ggb2ih"] +# URLs = ["https://j.mp/websniffer", "http://j.mp/2Bo2LVf", "http://bit.ly/2BombJQ", "https://cnn.it/2Ggb2ih"] try: shortener = Shortener(tokens=TOKENS, max_cache_size=128)