Update web.py
This commit is contained in:
parent
16ad0cfbf6
commit
3d74b7781d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import json, urllib
|
||||||
import yql
|
import yql
|
||||||
|
|
||||||
short_url = "http://is.gd/create.php"
|
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_env = "http://datatables.org/alltables.env"
|
||||||
|
|
||||||
YQL = yql.Public()
|
YQL = yql.Public()
|
||||||
|
|
Reference in a new issue