From 3d74b7781d6b1301fae8e5f4de44c75008dc9d68 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Tue, 14 May 2013 01:01:19 +1200 Subject: [PATCH] Update web.py --- plugins/util/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/util/web.py b/plugins/util/web.py index 834af69..046da41 100755 --- a/plugins/util/web.py +++ b/plugins/util/web.py @@ -5,7 +5,7 @@ import json, urllib import yql short_url = "http://is.gd/create.php" -paste_url = "http://paste.dmptr.com" +paste_url = "http://hastebin.com" yql_env = "http://datatables.org/alltables.env" YQL = yql.Public()