Show More
@@ -290,7 +290,7 b' class CodeMagics(Magics):' | |||||
290 | ).encode("utf-8") |
|
290 | ).encode("utf-8") | |
291 |
|
291 | |||
292 | request = Request( |
|
292 | request = Request( | |
293 | "http://dpaste.com/api/v2/", |
|
293 | "https://dpaste.com/api/v2/", | |
294 | headers={"User-Agent": "IPython v{}".format(version)}, |
|
294 | headers={"User-Agent": "IPython v{}".format(version)}, | |
295 | ) |
|
295 | ) | |
296 | response = urlopen(request, post_data) |
|
296 | response = urlopen(request, post_data) |
General Comments 0
You need to be logged in to leave comments.
Login now