Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealLink committed Apr 19, 2016
1 parent 88a0c67 commit 249c359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylgtv/webos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def volume_up(self):

def volume_down(self):
"""Volume down."""
self.request(EP_VOLUME_UP)
self.request(EP_VOLUME_DOWN)

# TV Channel
def channel_up(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='pylgtv',
version='0.1.1',
version='0.1.2',
description='Library to control webOS based LG Tv devices',
url='https://github.com/TheRealLink/pylgtv',
author='Dennis Karpienski',
Expand Down

0 comments on commit 249c359

Please sign in to comment.