diff options
author | 2015-12-29 12:21:52 +0100 | |
---|---|---|
committer | 2015-12-29 12:21:52 +0100 | |
commit | 400a9d3778cad758e452c6181205b06b3e9c6ca1 (patch) | |
tree | 501085b3252100ff970996dbfa9672c1219a4370 /module/plugins/hoster/GoogledriveCom.py | |
parent | [UpstoreNet] Version up (diff) | |
download | pyload-400a9d3778cad758e452c6181205b06b3e9c6ca1.tar.xz |
[ExternalScripts] Fix https://github.com/pyload/pyload/issues/2225
Diffstat (limited to 'module/plugins/hoster/GoogledriveCom.py')
-rw-r--r-- | module/plugins/hoster/GoogledriveCom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hoster/GoogledriveCom.py b/module/plugins/hoster/GoogledriveCom.py index 3090d5f85..659b088c2 100644 --- a/module/plugins/hoster/GoogledriveCom.py +++ b/module/plugins/hoster/GoogledriveCom.py @@ -55,4 +55,3 @@ class GoogledriveCom(SimpleHoster): return else: self.data = self.load(link) -
\ No newline at end of file |