Created
May 3, 2016 16:02
-
-
Save manuel-delverme/9dea5813fc9a9601b210f31bac6f8e55 to your computer and use it in GitHub Desktop.
crashes pick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from pick import pick | |
urls = [ '__'*i for i in range(1000)] | |
names = [ '-_^'*i for i in range(1000)] | |
title = 'scroll down to crash' | |
style, _ = pick(names, title) | |
print "not happening" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment