diff options
Diffstat (limited to 'module/plugins/hoster/RealdebridCom.py')
-rw-r--r-- | module/plugins/hoster/RealdebridCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RealdebridCom.py b/module/plugins/hoster/RealdebridCom.py index 34c637a0e..ac55ea3f0 100644 --- a/module/plugins/hoster/RealdebridCom.py +++ b/module/plugins/hoster/RealdebridCom.py @@ -62,7 +62,7 @@ class RealdebridCom(Hoster): elif url == 'error':
self.fail("Your IP is most likely blocked. Please contact RealDebrid support")
elif page == "File's hoster is in maintenance. Try again later.":
- self.log.warning(page)
+ self.logWarning(page)
self.tempOffline()
else:
new_url = page
|