We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1125888 + d217552 commit 6820797Copy full SHA for 6820797
examples/lines_bars_and_markers/timeline.py
@@ -23,7 +23,7 @@
23
24
url = 'https://api.github.com/repos/matplotlib/matplotlib/releases'
25
url += '?per_page=100'
26
- data = json.loads(urllib.request.urlopen(url, timeout=.4).read().decode())
+ data = json.loads(urllib.request.urlopen(url, timeout=1).read().decode())
27
28
dates = []
29
names = []
0 commit comments