diff options
Diffstat (limited to 'pyload/plugins/hoster/LomafileCom.py')
-rw-r--r-- | pyload/plugins/hoster/LomafileCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/LomafileCom.py b/pyload/plugins/hoster/LomafileCom.py index 3b75a79ab..2ae6973c8 100644 --- a/pyload/plugins/hoster/LomafileCom.py +++ b/pyload/plugins/hoster/LomafileCom.py @@ -12,7 +12,7 @@ class LomafileCom(SimpleHoster): __pattern__ = r'https?://lomafile\.com/.+/[\w\.]+' - __description__ = """ Lomafile.com hoster plugin """ + __description__ = """Lomafile.com hoster plugin""" __author_name__ = "nath_schwarz" __author_mail__ = "nathan.notwhite@gmail.com" |