Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
Use same var name as before
Browse files Browse the repository at this point in the history
  • Loading branch information
impredicative committed Jan 5, 2020
1 parent fef90b9 commit e7495c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/try_shortener.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e7495c7

Please sign in to comment.