From 80b6831b4afa8003441b5317e9aac90a09c5e74f Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Tue, 30 Jul 2013 14:23:34 +0300 Subject: Rename shortURLs into shortURL --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.py') diff --git a/plugin.py b/plugin.py index 796aa90..d98cb4d 100644 --- a/plugin.py +++ b/plugin.py @@ -72,7 +72,7 @@ def registryValue(plugin, name, channel=None, value=True): return group def getShortURL(longurl): - if registryValue("Github","shortURLs") is False: + if registryValue("Github","shortURL") is False: return longurl data = 'url=%s' % (longurl) req = urllib2.Request("http://git.io", data) -- cgit v1.2.3