summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/GooGl.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/GooGl.py')
-rw-r--r--pyload/plugins/crypter/GooGl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/GooGl.py b/pyload/plugins/crypter/GooGl.py
index 93f3456cc..7ede17563 100644
--- a/pyload/plugins/crypter/GooGl.py
+++ b/pyload/plugins/crypter/GooGl.py
@@ -20,7 +20,7 @@ class GooGl(Crypter):
def decrypt(self, pyfile):
rep = self.load(self.API_URL, get={'shortUrl': pyfile.url})
- self.logDebug('JSON data: ' + rep)
+ self.logDebug("JSON data: " + rep)
rep = json_loads(rep)
if 'longUrl' in rep: