forked from platypush/platypush
FIX: Fixed refactored plugin name
This commit is contained in:
parent
ef5c65ff4d
commit
f1e568d6c8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from platypush.plugins import Plugin, action
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class HttpRequestPlugin(Plugin):
|
||||
class HttpPlugin(Plugin):
|
||||
"""
|
||||
Plugin for executing custom HTTP requests.
|
||||
|
||||
|
|
Loading…
Reference in a new issue