diff options
author | Lukas Kalbertodt <lukas.kalbertodt@gmail.com> | 2014-12-31 01:24:13 +0100 |
---|---|---|
committer | Lukas Kalbertodt <lukas.kalbertodt@gmail.com> | 2014-12-31 01:24:13 +0100 |
commit | 8b50b2a435d20fd7e1211cdd8c651838993efff1 (patch) | |
tree | a51aa7c1332b43d29d682b7301ccbacad2a68c2d | |
parent | [MegaCoNz] Fix https://github.com/pyload/pyload/issues/989 (diff) | |
download | pyload-8b50b2a435d20fd7e1211cdd8c651838993efff1.tar.xz |
Update RealdebridCom.py
-rw-r--r-- | module/plugins/hooks/RealdebridCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/RealdebridCom.py b/module/plugins/hooks/RealdebridCom.py index 05a6df1dd..bac18e6c3 100644 --- a/module/plugins/hooks/RealdebridCom.py +++ b/module/plugins/hooks/RealdebridCom.py @@ -11,7 +11,7 @@ class RealdebridCom(MultiHook): __config__ = [("https", "bool", "Enable HTTPS", False), ("mode", "all;listed;unlisted", "Use for hosters (if supported):", "all"), ("pluginlist", "str", "Hoster list (comma separated)", ""), - ("revertfailed", "bool", "Revert to stanard download if download fails", False), + ("revertfailed", "bool", "Revert to standard download if download fails", False), ("interval", "int", "Reload interval in hours (0 to disable)", 24)] __description__ = """Real-Debrid.com hook plugin""" |